Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
protected CentralBodyCoverageGrid(
	CentralBody centralBody,
	TerrainProvider terrainProvider
)

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
ExceptionCondition
ArgumentNullException Thrown when terrainProvider or centralBody is .
See Also