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.2.419.0 (24.2.419.0)
Syntax public OrthonormalBasis(
UnitCartesian direction
)
Public Sub New (
direction As UnitCartesian
)
public:
OrthonormalBasis(
UnitCartesian direction
)
new :
direction : UnitCartesian -> OrthonormalBasis
Parameters
- direction
- Type: AGI.Foundation.CoordinatesUnitCartesian
The direction.
Remarks
The most orthogonal axis will be used as the reference direction.
See Also