Click or drag to resize

QuaternionMultiply Method (ElementaryRotation)

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

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

Parameters

rotation
Type: AGI.Foundation.CoordinatesElementaryRotation
The elementary rotation.

Return Value

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