UnitQuaternion Constructor (Quaternion) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public UnitQuaternion(
Quaternion coordinates
)
Public Sub New (
coordinates As Quaternion
)
public:
UnitQuaternion(
Quaternion coordinates
)
new :
coordinates : Quaternion -> UnitQuaternion
Parameters
- coordinates
- Type: AGI.Foundation.CoordinatesQuaternion
The set of Quaternion coordinates.
Exceptions Remarks The given values will be normalized to ensure a unit magnitude.
See Also