ElementaryRotationMultiply Operator (ElementaryRotation, ElementaryRotation) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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  : Matrix3By3Parameters
- 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