FMatrix4GetDeterminant Method
Return the determinant of the provided matrix.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetDeterminant(
FMatrix4 matrix
)
Public Shared Function GetDeterminant (
matrix As FMatrix4
) As Single
No code example is currently available or this language may not be supported.
- matrix FMatrix4
-
Reference to the matrix from which the determinant will be calculated.
Single
The the unique solution of the linear equations of the matrix, if
available. Otherwise, zero.
The method checks for the value of
SkipDeterminantPrecheck to determine whether or not to perform
low-cost analytical pre-tests that result in zero prior to running
the full determinant calculation.