Click or drag to resize

Matrix3By3Symmetric.Multiply 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: 25.1.421.0 (25.1.421.0)
Syntax
public Cartesian Multiply(
	Cartesian vector
)

Parameters

vector
Type: AGI.Foundation.Coordinates.Cartesian
The vector.

Return Value

Type: Cartesian
The resulting Cartesian vector.
See Also