Superfast 2d decomposition

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

Syntax

C#
public void Decompose(
	out Vector2D scale,
	out double rotate
)

Parameters

scale
Type: VVVV.Utils.VMath..::..Vector2D%
Scale XY of the matrix
rotate
Type: System..::..Double%
Rotation of the matrix in radian

See Also