RMatrixMultiply(RMatrix, DVector) Operator

Transform a vector using a matrix.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static DVector operator *(
	RMatrix m,
	DVector v
)

Parameters

m  RMatrix
The transformation matrix.
v  DVector
Vector to transform.

Return Value

DVector
The transformed vector.

Implements

IMultiplyOperatorsTSelf, TOther, TResultMultiply(TSelf, TOther)

See Also