HomeSort by relevance Sort by last modified time
    Searched refs:TranslationPart (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 64 typedef Block<MatrixType,Dim,1> TranslationPart;
155 inline TranslationPart translation() { return m_matrix.template block<Dim,1>(0,Dim); }
  /external/eigen/Eigen/src/Geometry/
Transform.h 211 typedef Block<MatrixType,Dim,1,int(Mode)==(AffineCompact)> TranslationPart;
384 inline TranslationPart translation() { return TranslationPart(m_matrix,0,Dim); }
    [all...]

Completed in 133 milliseconds