Click or drag to resize

Matrix3By3Multiply Operator (Matrix3By3, Cartesian)

Multiplies the 3-by-3 matrix by the Cartesian vector.

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 Cartesian operator *(
	Matrix3By3 matrix,
	Cartesian vector
)

Parameters

matrix
Type: AGI.Foundation.CoordinatesMatrix3By3
The matrix.
vector
Type: AGI.Foundation.CoordinatesCartesian
The vector.

Return Value

Type: Cartesian
The result of the multiplication.
See Also