Click or drag to resize

ScalarCartographicElement Constructor (CentralBody, Point, CartographicElement)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarCartographicElement(
	CentralBody centralBody,
	Point point,
	CartographicElement element
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The CentralBody to use.
point
Type: AGI.Foundation.GeometryPoint
The Point to use.
element
Type: AGI.Foundation.CoordinatesCartographicElement
Compute the latitude, longitude or height.
See Also