Searched refs:TranslationPart (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h64 typedef Block<MatrixType,Dim,1> TranslationPart; typedef in class:Eigen::Transform
155 inline TranslationPart translation() { return m_matrix.template block<Dim,1>(0,Dim); }
/external/eigen/Eigen/src/Geometry/
H A DTransform.h213 typedef Block<MatrixType,Dim,1,int(Mode)==(AffineCompact)> TranslationPart; typedef in class:Eigen::Transform
385 inline TranslationPart translation() { return TranslationPart(m_matrix,0,Dim); }

Completed in 50 milliseconds