Lines Matching defs:shear

328     // Set matrix to shear x for each y coord. by given factor xy
336 // Set matrix to shear x for each y coord. by given factor h[0]
337 // and to shear y for each x coord. by given factor h[1]
349 const Matrix33 & shear (const S &xy);
354 // and shear y for each x coord. by given factor yx
358 const Matrix33 & shear (const Vec2<S> &h);
656 // Set matrix to shear by given vector h. The resulting matrix
657 // will shear x for each y coord. by a factor of h[0] ;
658 // will shear x for each z coord. by a factor of h[1] ;
659 // will shear y for each z coord. by a factor of h[2] .
667 // Set matrix to shear by given factors. The resulting matrix
668 // will shear x for each y coord. by a factor of h.xy ;
669 // will shear x for each z coord. by a factor of h.xz ;
670 // will shear y for each z coord. by a factor of h.yz ;
671 // will shear y for each x coord. by a factor of h.yx ;
672 // will shear z for each x coord. by a factor of h.zx ;
673 // will shear z for each y coord. by a factor of h.zy .
682 // will be <shear> * <this>, where the shear matrix ...
683 // will shear x for each y coord. by a factor of h[0] ;
684 // will shear x for each z coord. by a factor of h[1] ;
685 // will shear y for each z coord. by a factor of h[2] .
689 const Matrix44 & shear (const Vec3<S> &h);
694 // will be <shear> * <this>, where the shear matrix ...
695 // will shear x for each y coord. by a factor of h.xy ;
696 // will shear x for each z coord. by a factor of h.xz ;
697 // will shear y for each z coord. by a factor of h.yz ;
698 // will shear y for each x coord. by a factor of h.yx ;
699 // will shear z for each x coord. by a factor of h.zx ;
700 // will shear z for each y coord. by a factor of h.zy .
704 const Matrix44 & shear (const Shear6<S> &h);
1713 Matrix33<T>::shear (const S &xy)
1731 Matrix33<T>::shear (const Vec2<S> &h)
3048 Matrix44<T>::shear (const Vec3<S> &h)
3068 Matrix44<T>::shear (const Shear6<S> &h)