Click or drag to resize

CentralBodyLayeredProjectedVolumeAccessConstraint Constructor (CentralBody)

Initializes an instance of the constraint with the specified CentralBody. The tolerance defaults to Epsilon16.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBodyLayeredProjectedVolumeAccessConstraint(
	CentralBody centralBody
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body where the constraint volume points are specified.
See Also