GlobalCoverageGrid Constructor (CentralBody, Double) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GlobalCoverageGrid(
CentralBody centralBody,
double resolution
)
Public Sub New (
centralBody As CentralBody,
resolution As Double
)
public:
GlobalCoverageGrid(
CentralBody^ centralBody,
double resolution
)
new :
centralBody : CentralBody *
resolution : float -> GlobalCoverageGrid
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The CentralBody representing the globe. - resolution
- Type: SystemDouble
The requested resolution, in radians, representing an upper bound
to the angular spacing between grid points.
Exceptions See Also