AxesVehicleVelocityLocalHorizontal Constructor (ReferenceFrame, Point) |
Initializes a new instance with the specified parameters.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AxesVehicleVelocityLocalHorizontal(
ReferenceFrame referenceFrame,
Point point
)
Public Sub New (
referenceFrame As ReferenceFrame,
point As Point
)
public:
AxesVehicleVelocityLocalHorizontal(
ReferenceFrame^ referenceFrame,
Point^ point
)
new :
referenceFrame : ReferenceFrame *
point : Point -> AxesVehicleVelocityLocalHorizontal
Parameters
- referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame relative to which this axes is defined. - point
- Type: AGI.Foundation.GeometryPoint
The point that defines this axes.
See Also