Click or drag to resize

Matrix3By3SymmetricMultiply Operator (Matrix3By3Symmetric, 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 *(
	Matrix3By3Symmetric matrix,
	Cartesian vector
)

Parameters

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

Return Value

Type: Cartesian
The result of the multiplication.
See Also