value * matrix, multiplies all matrix components with a value

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

Syntax

C#
public static Matrix4x4 operator *(
	double a,
	Matrix4x4 B
)

Parameters

a
Type: System..::..Double

[Missing <param name="a"/> documentation for "M:VVVV.Utils.VMath.Matrix4x4.op_Multiply(System.Double,VVVV.Utils.VMath.Matrix4x4)"]

B
Type: VVVV.Utils.VMath..::..Matrix4x4

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

Return Value

New matrix with all components of B multiplied by a

See Also