Click or drag to resize

VectorNormalized Constructor (Axes, UnitCartesian)

Construct a new unit vector based on a direction and an 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 VectorNormalized(
	Axes axes,
	UnitCartesian direction
)

Parameters

axes
Type: AGI.Foundation.GeometryAxes
The axes in which this unit vector is expressed.
direction
Type: AGI.Foundation.CoordinatesUnitCartesian
The direction of the unit vector.
See Also