Calculates the determinat of a 4x4 matrix Note that the unary ~ operator of Matrix4x4 does the same

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

Syntax

C#
public static double Det(
	Matrix4x4 A
)

Parameters

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

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

Return Value

Determinat of input matrix A

See Also