ElementaryRotation.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 Matrix3By3 Multiply(
ElementaryRotation rotation
)
Public Function Multiply (
rotation As ElementaryRotation
) As Matrix3By3
public:
Matrix3By3 Multiply(
ElementaryRotation rotation
)
member Multiply :
rotation : ElementaryRotation -> Matrix3By3
Parameters
- rotation
- Type: AGI.Foundation.Coordinates.ElementaryRotation
The elementary rotation.
Return Value
Type:
Matrix3By3The result of the multiplication.
See Also