Click or drag to resize

ElementaryRotationMultiply Operator (ElementaryRotation, Matrix3By3)

Multiplies a specified ElementaryRotation by a specified Matrix3By3, 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 rotation,
	Matrix3By3 matrix
)

Parameters

rotation
Type: AGI.Foundation.CoordinatesElementaryRotation
The elementary rotation.
matrix
Type: AGI.Foundation.CoordinatesMatrix3By3
The matrix.

Return Value

Type: Matrix3By3
The result of the multiplication.
See Also