Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/Imath/
DImathShear.h59 template <class T> class Shear6
77 Shear6 (); // (0 0 0 0 0 0)
78 Shear6 (T XY, T XZ, T YZ); // (XY XZ YZ 0 0 0)
79 Shear6 (const Vec3<T> &v); // (v.x v.y v.z 0 0 0)
81 Shear6 (const Vec3<S> &v);
82 Shear6 (T XY, T XZ, T YZ, // (XY XZ YZ YX ZX ZY)
90 Shear6 (const Shear6 &h);
91 template <class S> Shear6 (const Shear6<S> &h);
93 const Shear6 & operator = (const Shear6 &h);
95 const Shear6 & operator = (const Vec3<S> &v);
[all …]
DImathMatrix.h762 const Matrix44 & setShear (const Shear6<S> &h);
796 const Matrix44 & shear (const Shear6<S> &h);
3177 Matrix44<T>::setShear (const Shear6<S> &h)
3225 Matrix44<T>::shear (const Shear6<S> &h)