Lines Matching refs:Matrix44
43 template<class T> class Matrix44;
63 template<class T> Matrix44<T> firstFrame( const Vec3<T>&, // First point
67 template<class T> Matrix44<T> nextFrame( const Matrix44<T>&, // Previous matrix
73 template<class T> Matrix44<T> lastFrame( const Matrix44<T>&, // Previous matrix
88 template<class T> Matrix44<T> firstFrame
108 Matrix44<T> M;
126 template<class T> Matrix44<T> nextFrame
128 const Matrix44<T>& Mi, // Previous matrix
155 Matrix44<T> R; R.setAxisAngle( a, r );
156 Matrix44<T> Tj; Tj.translate( pj );
157 Matrix44<T> Ti; Ti.translate( -pi );
163 Matrix44<T> Tr; Tr.translate( pj - pi );
177 template<class T> Matrix44<T> lastFrame
179 const Matrix44<T>& Mi, // Previous matrix
183 Matrix44<T> Tr; Tr.translate( pj - pi );