Home
last modified time | relevance | path

Searched refs:toMatrix33 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
DImathEuler.h270 Matrix33<T> toMatrix33() const;
435 Matrix33<T> M = euler.toMatrix33(); in Euler()
466 extract(q.toMatrix33()); in extract()
628 Matrix33<T> Euler<T>::toMatrix33() const in toMatrix33() function
DImathQuat.h144 Matrix33<T> toMatrix33 () const;
809 Quat<T>::toMatrix33() const in toMatrix33() function
851 return M * q.toMatrix33();
859 return q.toMatrix33() * M;