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: 25.1.421.0 (25.1.421.0)
Syntax
public AxesVehicleVelocityLocalHorizontal(
	ReferenceFrame referenceFrame,
	Point point
)

Parameters

referenceFrame
Type: AGI.Foundation.Geometry.ReferenceFrame
The reference frame relative to which this axes is defined.
point
Type: AGI.Foundation.Geometry.Point
The point that defines this axes.
See Also