Home | History | Annotate | Download | only in Imath

Lines Matching full:atan2

615     rot.x = Math<T>::atan2 (M[1][2], M[2][2]);
632 rot.y = Math<T>::atan2 (-N[0][2], cy);
633 rot.z = Math<T>::atan2 (-N[1][0], N[1][1]);
662 rot.x = -Math<T>::atan2 (M[1][0], M[0][0]);
679 rot.y = -Math<T>::atan2 (-N[2][0], cy);
680 rot.z = -Math<T>::atan2 (-N[1][2], N[1][1]);
1263 rot = - Math<T>::atan2 (j[0], i[0]);