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

/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DQuaternion.h311 const Scalar txy = ty*this->x(); local
318 res.coeffRef(0,1) = txy-twz;
320 res.coeffRef(1,0) = txy+twz;
/external/eigen/Eigen/src/Geometry/
H A DQuaternion.h540 const Scalar txy = ty*this->x(); local
547 res.coeffRef(0,1) = txy-twz;
549 res.coeffRef(1,0) = txy+twz;

Completed in 48 milliseconds