Click or drag to resize

PointCartographic Constructor (CentralBody, Cartographic)

Initializes a new instance on the specified central body and at the specified location.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointCartographic(
	CentralBody centralBody,
	Cartographic location
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body to which the point is attached.
location
Type: AGI.Foundation.CoordinatesCartographic
The planetodetic location of the point on the central body, relative to the central body's Shape.
See Also