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.2.419.0 (24.2.419.0)
Syntax protected CentralBodyCoverageGrid(
CentralBody centralBody
)
Protected Sub New (
centralBody As CentralBody
)
protected:
CentralBodyCoverageGrid(
CentralBody^ centralBody
)
new :
centralBody : CentralBody -> CentralBodyCoverageGrid
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body relative to which the grid points are defined.
Exceptions See Also