2d matrix multiplication

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static Matrix2x2 operator *(
	Matrix2x2 A,
	Matrix2x2 B
)

Parameters

A
Type: VVVV.Utils.VMath..::..Matrix2x2

[Missing <param name="A"/> documentation for "M:VVVV.Utils.VMath.Matrix2x2.op_Multiply(VVVV.Utils.VMath.Matrix2x2,VVVV.Utils.VMath.Matrix2x2)"]

B
Type: VVVV.Utils.VMath..::..Matrix2x2

[Missing <param name="B"/> documentation for "M:VVVV.Utils.VMath.Matrix2x2.op_Multiply(VVVV.Utils.VMath.Matrix2x2,VVVV.Utils.VMath.Matrix2x2)"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.VMath.Matrix2x2.op_Multiply(VVVV.Utils.VMath.Matrix2x2,VVVV.Utils.VMath.Matrix2x2)"]

See Also