matrix / value, divides 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 Matrix2x2 operator /(
	Matrix2x2 A,
	double v
)

Parameters

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

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

v
Type: System..::..Double

[Missing <param name="v"/> documentation for "M:VVVV.Utils.VMath.Matrix2x2.op_Division(VVVV.Utils.VMath.Matrix2x2,System.Double)"]

Return Value

New matrix with all components of A divided by v

See Also