Contructor for a 4x4 matrix from four 4d-vectors, the vectors are treated as rows

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

Syntax

C#
public Matrix4x4(
	Vector4D v1,
	Vector4D v2,
	Vector4D v3,
	Vector4D v4
)

See Also