AxesVelocityOrbitNormal Constructor (Point) |
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
)
Public Sub New (
point As Point
)
public:
AxesVelocityOrbitNormal(
Point^ point
)
new :
point : Point -> AxesVelocityOrbitNormal
Parameters
- point
- Type: AGI.Foundation.GeometryPoint
The location to make this axes from.
See Also