Matrix2x4::IsValid

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

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

Return Value

A Boolean value of 1 if the Matrix2x4 is valid, otherwise 0.