Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public AxesVehicleVelocityLocalHorizontal(
	ReferenceFrame referenceFrame,
	Point point
)

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