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: 25.1.421.0 (25.1.421.0)
Syntax
public OrthonormalBasis(
	UnitCartesian direction
)

Parameters

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