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