Home
last modified time | relevance | path

Searched refs:toMatrix44 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
DImathEuler.h271 Matrix44<T> toMatrix44() const;
671 Matrix44<T> Euler<T>::toMatrix44() const in toMatrix44() function
DImathQuat.h145 Matrix44<T> toMatrix44 () const;
826 Quat<T>::toMatrix44() const in toMatrix44() function
DImathMatrixAlgo.h831 return q.toMatrix44(); in rotationMatrix()