inline bool IsFreeRotation(T epsilon = 1e-6f) const;
IsFreeRotation checks whether the matrix has arbitrary rotation, i.e., not a multiple of 90 degrees.
Parameters |
Description |
T epsilon = 1e-6f |
Value by which the matrix is rotated. |
A Boolean value of 1 if the matrix has arbitrary rotation, otherwise 0.