FMatrix4GetCofactors Method

Return the array of cofactors from the provided matrix.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FMatrix4 GetCofactors(
	FMatrix4 matrix
)

Parameters

matrix  FMatrix4
Reference to the matrix to inspect.

Return Value

FMatrix4
Reference to an array of cofactors from the caller's array, if found. Otherwise, an empty matrix.

See Also