CentralBodyCoverageGrid Constructor (CentralBody, TerrainProvider) |
Initializes a new instance with a specified reference terrain. 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,
TerrainProvider terrainProvider
)
Protected Sub New (
centralBody As CentralBody,
terrainProvider As TerrainProvider
)
protected:
CentralBodyCoverageGrid(
CentralBody^ centralBody,
TerrainProvider^ terrainProvider
)
new :
centralBody : CentralBody *
terrainProvider : TerrainProvider -> CentralBodyCoverageGrid
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body that the terrain provider is specified relative to. - terrainProvider
- Type: AGI.Foundation.TerrainTerrainProvider
The surface with which to define the grid points.
Exceptions See Also