Copy constructor for the 2x2 matrix struct

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

Syntax

C#
public Matrix2x2(
	Matrix2x2 A
)

Parameters

A
Type: VVVV.Utils.VMath..::..Matrix2x2
Matrix to be copied

See Also