ElementaryRotationMultiply Operator (ElementaryRotation, 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 static Matrix3By3 operator *(
ElementaryRotation left,
ElementaryRotation right
)
Public Shared Operator * (
left As ElementaryRotation,
right As ElementaryRotation
) As Matrix3By3
public:
static Matrix3By3 operator *(
ElementaryRotation left,
ElementaryRotation right
)
static let inline (*)
left : ElementaryRotation *
right : ElementaryRotation : Matrix3By3
Parameters
- left
- Type: AGI.Foundation.CoordinatesElementaryRotation
The first rotation. - right
- Type: AGI.Foundation.CoordinatesElementaryRotation
The second rotation.
Return Value
Type:
Matrix3By3The result of the multiplication.
See Also