Matrix3By3Multiply Method (ElementaryRotation) |
Forms a new 3-by-3 matrix as the product of this 3-by-3 matrix and the provided elementary rotation.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.CoordinatesElementaryRotation
The elementary rotation.
Return Value
Type:
Matrix3By3The resulting 3-by-3 matrix.
Exceptions See Also