Click or drag to resize

OrthonormalBasis Constructor (UnitCartesian)

Initializes an orthonormal bases with the input direction.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public OrthonormalBasis(
	UnitCartesian direction
)

Parameters

direction
Type: AGI.Foundation.CoordinatesUnitCartesian
The direction.
Remarks
The most orthogonal axis will be used as the reference direction.
See Also