Click or drag to resize

ElementaryRotation.Multiply 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: 25.1.421.0 (25.1.421.0)
Syntax
public static Matrix3By3 operator *(
	ElementaryRotation rotation,
	Matrix3By3 matrix
)

Parameters

rotation
Type: AGI.Foundation.Coordinates.ElementaryRotation
The elementary rotation.
matrix
Type: AGI.Foundation.Coordinates.Matrix3By3
The matrix.

Return Value

Type: Matrix3By3
The result of the multiplication.
See Also