Copies the significant elements m11, m12, m21, m22 from the 4x4 matrix

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

Syntax

C#
public Matrix2x2(
	Matrix4x4 A
)

Parameters

A
Type: VVVV.Utils.VMath..::..Matrix4x4

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

See Also