Contructor for a 2x2 matrix from 4 float values, order is row major

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

Syntax

C#
public Matrix2x2(
	double a,
	double b,
	double c,
	double d
)

Parameters

a
Type: System..::..Double

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

b
Type: System..::..Double

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

c
Type: System..::..Double

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

d
Type: System..::..Double

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

See Also