FMatrix4IsEmpty Method
Return a value indicating whether the specified matrix is empty.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsEmpty(
FMatrix4 matrix
)
Public Shared Function IsEmpty (
matrix As FMatrix4
) As Boolean
No code example is currently available or this language may not be supported.
- matrix FMatrix4
-
Reference to the object to inspect.
Boolean
True if the specified matrix is empty. Otherwise, false.