FMatrix4GetCofactors Method

Return the array of cofactors from the provided matrix.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
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