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

/external/eigen/Eigen/src/Geometry/
H A DTransform.h602 inline Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,Dim> linearExt() function in class:Eigen::Transform
608 inline const Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,Dim> linearExt() const function in class:Eigen::Transform
785 linearExt().noalias() = (linearExt() * other.asDiagonal());
797 linearExt() *= s;
838 translationExt() += linearExt() * other;
881 linearExt() *= internal::toRotationMatrix<Scalar,Dim>(rotation);

Completed in 59 milliseconds