UnitQuaternion Constructor (ElementaryRotation) |
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(
ElementaryRotation rotation
)
Public Sub New (
rotation As ElementaryRotation
)
public:
UnitQuaternion(
ElementaryRotation rotation
)
new :
rotation : ElementaryRotation -> UnitQuaternion
Parameters
- rotation
- Type: AGI.Foundation.CoordinatesElementaryRotation
The elementary rotation.
Exceptions See Also