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

/external/eigen/Eigen/src/Geometry/
H A DTransform.h605 inline Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,Dim> linearExt() function in class:Eigen::Transform
611 inline const Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,Dim> linearExt() const function in class:Eigen::Transform
788 linearExt().noalias() = (linearExt() * other.asDiagonal());
800 linearExt() *= s;
841 translationExt() += linearExt() * other;
884 linearExt() *= internal::toRotationMatrix<Scalar,Dim>(rotation);

Completed in 89 milliseconds