FMatrix4GetCofactors Method
Return the array of cofactors from the provided matrix.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FMatrix4 GetCofactors(
FMatrix4 matrix
)
Public Shared Function GetCofactors (
matrix As FMatrix4
) As FMatrix4
No code example is currently available or this language may not be supported.
- matrix FMatrix4
-
Reference to the matrix to inspect.
FMatrix4
Reference to an array of cofactors from the caller's array, if
found. Otherwise, an empty matrix.