Home | History | Annotate | Download | only in Imath

Lines Matching refs:extract

258     // The Euler-from-matrix extract() functions assume that the
260 // the extract() functions do not examine the matrix to verify
266 void extract(const Matrix33<T>&);
267 void extract(const Matrix44<T>&);
268 void extract(const Quat<T>&);
436 extract(M);
453 extract(M);
460 extract(M);
464 inline void Euler<T>::extract(const Quat<T> &q)
466 extract(q.toMatrix33());
470 void Euler<T>::extract(const Matrix33<T> &M)
478 // Extract the first angle, x.
500 // Extract the other two angles, y and z, from N.
510 // Extract the first angle, x.
532 // Extract the other two angles, y and z, from N.
552 void Euler<T>::extract(const Matrix44<T> &M)
560 // Extract the first angle, x.
579 // Extract the other two angles, y and z, from N.
589 // Extract the first angle, x.
608 // Extract the other two angles, y and z, from N.