FMatrix4IsEmpty Method

Return a value indicating whether the specified matrix is empty.

Definition

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

Parameters

matrix  FMatrix4
Reference to the object to inspect.

Return Value

Boolean
True if the specified matrix is empty. Otherwise, false.

See Also