Click or drag to resize

UnitQuaternion Constructor (ElementaryRotation)

Initializes a set of UnitQuaternion coordinates from the provided ElementaryRotation.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public UnitQuaternion(
	ElementaryRotation rotation
)

Parameters

rotation
Type: AGI.Foundation.Coordinates.ElementaryRotation
The elementary rotation.
Exceptions
ExceptionCondition
UnsupportedCaseException Thrown if the Axis property of rotation is not First, Second, or Third.
See Also