Searched defs:translationExt (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DTransform.h615 inline Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,1> translationExt() function in class:Eigen::Transform
621 inline const Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,1> translationExt() const function in class:Eigen::Transform
838 translationExt() += linearExt() * other;

Completed in 66 milliseconds