FMatrix4Invert Method

Invert the caller's matrix.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static FMatrix4 Invert(
	FMatrix4 source
)

Parameters

source  FMatrix4
Reference to the matrix whose values are to be inverted.

Return Value

FMatrix4
A reference to a new matrix representing the inverted version of the caller's matrix.

See Also