Click or drag to resize

VectorFixedGetUnitXVector 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.1.418.0 (24.1.418.0)
Syntax
public static VectorFixed GetUnitXVector(
	Axes definedInAxes
)

Parameters

definedInAxes
Type: AGI.Foundation.GeometryAxes
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