Click or drag to resize

VectorFixed.GetUnitYVector Method

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

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static VectorFixed GetUnitYVector(
	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 y-direction that is defined in the given axes.
See Also