Quaternion.Multiply Method (ElementaryRotation) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.ElementaryRotation
The elementary rotation.
Return Value
Type:
QuaternionThe result of the multiplication.
Exceptions
See Also