Matrix4x4::IsValid

Matrix4x4::IsValid
SF_EXPORT bool IsValid() const;
Description

IsValid determines whether the Matrix4x4 matrix object is valid or not. This method checks if all matrix values are within the -Max...Max value range.

Return Value

A Boolean value of true if the Matrix4x4 object is valid otherwise false.