Click or drag to resize

PointAtAltitude Constructor (Point, CentralBody, Scalar)

Initializes a new instance from a reference point, body, and altitude scalar.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointAtAltitude(
	Point referencePoint,
	CentralBody centralBody,
	Scalar altitude
)

Parameters

referencePoint
Type: AGI.Foundation.GeometryPoint
The reference point.
centralBody
Type: AGI.Foundation.CelestialCentralBody
The body that the point is above.
altitude
Type: AGI.Foundation.GeometryScalar
The altitude of the point.
See Also