QuaternionMultiply Method (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 Quaternion Multiply(
ElementaryRotation rotation
)
Public Function Multiply (
rotation As ElementaryRotation
) As Quaternion
public:
Quaternion Multiply(
ElementaryRotation rotation
)
member Multiply :
rotation : ElementaryRotation -> Quaternion
Parameters
- rotation
- Type: AGI.Foundation.CoordinatesElementaryRotation
The elementary rotation.
Return Value
Type:
QuaternionThe result of the multiplication.
Exceptions See Also