Click or drag to resize

ElementaryRotationMultiply Operator (ElementaryRotation, ElementaryRotation)

Multiplies a specified ElementaryRotation by a specified ElementaryRotation, yielding a new Matrix3By3.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Matrix3By3 operator *(
	ElementaryRotation left,
	ElementaryRotation right
)

Parameters

left
Type: AGI.Foundation.CoordinatesElementaryRotation
The first rotation.
right
Type: AGI.Foundation.CoordinatesElementaryRotation
The second rotation.

Return Value

Type: Matrix3By3
The result of the multiplication.
See Also