Contructor for a 4x4 matrix from a Vector4D v, given by the matrix representation of Quaternions into a Matrix4x4 ( see http://en.wikipedia.org/wiki/Quaternion#Matrix_representations )

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

Syntax

C#
public Matrix4x4(
	Vector4D v
)

Parameters

v
Type: VVVV.Utils.VMath..::..Vector4D

[Missing <param name="v"/> documentation for "M:VVVV.Utils.VMath.Matrix4x4.#ctor(VVVV.Utils.VMath.Vector4D)"]

See Also