Home | History | Annotate | Download | only in Imath

Lines Matching defs:translate

351     // Translate the matrix by t
355 const Matrix33 & translate (const Vec2<S> &t);
733 // Translate the matrix by t
737 const Matrix44 & translate (const Vec3<S> &t);
1795 Matrix33<T>::translate (const Vec2<S> &t)
3136 Matrix44<T>::translate (const Vec3<S> &t)