FMatrix4SkipDeterminantPrecheck Property
Get/Set a value indicating whether pre-checks will be skipped when
calculating the determinant of a matrix.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static bool SkipDeterminantPrecheck { get; set; }
Public Shared Property SkipDeterminantPrecheck As Boolean
Get
Set
No code example is currently available or this language may not be supported.
Property Value
Boolean
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.