Contructor for a 4x4 matrix from 16 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 Matrix4x4(
	double m11,
	double m12,
	double m13,
	double m14,
	double m21,
	double m22,
	double m23,
	double m24,
	double m31,
	double m32,
	double m33,
	double m34,
	double m41,
	double m42,
	double m43,
	double m44
)

Parameters

m11
Type: System..::..Double

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

m12
Type: System..::..Double

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

m13
Type: System..::..Double

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

m14
Type: System..::..Double

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

m21
Type: System..::..Double

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

m22
Type: System..::..Double

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

m23
Type: System..::..Double

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

m24
Type: System..::..Double

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

m31
Type: System..::..Double

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

m32
Type: System..::..Double

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

m33
Type: System..::..Double

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

m34
Type: System..::..Double

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

m41
Type: System..::..Double

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

m42
Type: System..::..Double

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

m43
Type: System..::..Double

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

m44
Type: System..::..Double

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

See Also