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

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

Completed in 78 milliseconds