Click or drag to resize

CentralBodyCoverageGrid Constructor (CentralBody)

Initializes a new instance with a specified central body. The ReferenceFrame defaults to the central body's fixed frame.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected CentralBodyCoverageGrid(
	CentralBody centralBody
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body relative to which the grid points are defined.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when centralBody is .
See Also