Click or drag to resize

Matrix3By3Multiply Method (Cartesian)

Forms a new Cartesian vector as the product of this 3-by-3 matrix and the provided 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 Cartesian Multiply(
	Cartesian vector
)

Parameters

vector
Type: AGI.Foundation.CoordinatesCartesian
The vector.

Return Value

Type: Cartesian
The resulting Cartesian vector.
See Also