Click or drag to resize

UnitQuaternionMultiply Method (ElementaryRotation)

Multiplies this instance by the specified ElementaryRotation, yielding a new UnitQuaternion.

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

Parameters

rotation
Type: AGI.Foundation.CoordinatesElementaryRotation
The rotation by which to multiply this quaternion.

Return Value

Type: UnitQuaternion
The result of the multiplication.
Exceptions
ExceptionCondition
UnsupportedCaseException Thrown if the Axis property of rotation is not First, Second, or Third.
See Also