FMatrix4SkipDeterminantPrecheck Property

Get/Set a value indicating whether pre-checks will be skipped when calculating the determinant of a matrix.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static bool SkipDeterminantPrecheck { get; set; }

Property Value

Boolean

Remarks

The value defaults to true. Prechecks are most useful for improving performance when your matrices are going to be using a lot of redundant and repeated values.

See Also