AxesVelocityOrbitNormal Constructor (Point, CentralBody) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AxesVelocityOrbitNormal(
Point point,
CentralBody centralBody
)
Public Sub New (
point As Point,
centralBody As CentralBody
)
public:
AxesVelocityOrbitNormal(
Point^ point,
CentralBody^ centralBody
)
new :
point : Point *
centralBody : CentralBody -> AxesVelocityOrbitNormal
Parameters
- point
- Type: AGI.Foundation.GeometryPoint
The location to make this axes from. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The CentralBody that the point is around.
See Also