Home | History | Annotate | Download | only in Geometry

Lines Matching defs:translate

557   inline Transform& translate(const MatrixBase<OtherDerived> &other);
577 inline Transform& operator*=(const TranslationType& t) { return translate(t.vector()); }
898 Transform<Scalar,Dim,Mode,Options>::translate(const MatrixBase<OtherDerived> &other)
907 * \sa translate()
1013 res.translate(t.vector());