Matrix3x4::IsValid

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

IsValid determines whether the Matrix3x4 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 Matrix3x4 object is valid otherwise false.