Copy constructor for the 4x4 matrix struct

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

Syntax

C#
public Matrix4x4(
	Matrix4x4 A
)

Parameters

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

See Also