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.2.419.0 (24.2.419.0)
Syntax public PointAtAltitude(
Point referencePoint,
CentralBody centralBody,
Scalar altitude
)
Public Sub New (
referencePoint As Point,
centralBody As CentralBody,
altitude As Scalar
)
public:
PointAtAltitude(
Point^ referencePoint,
CentralBody^ centralBody,
Scalar^ altitude
)
new :
referencePoint : Point *
centralBody : CentralBody *
altitude : Scalar -> PointAtAltitude
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