Click or drag to resize

VectorFixed.GetUnitXVector Method

Gets a VectorFixed whose Components are the UnitX direction of the axes.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public static VectorFixed GetUnitXVector(
	Axes definedInAxes
)

Parameters

definedInAxes
Type: AGI.Foundation.Geometry.Axes
The axes in which this Vector is defined.

Return Value

Type: VectorFixed
The unit vector in the x-direction that is defined in the given axes.
See Also