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

/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DQuaternion.h308 const Scalar twy = ty*this->w(); local
319 res.coeffRef(0,2) = txz+twy;
323 res.coeffRef(2,0) = txz-twy;
/external/eigen/Eigen/src/Geometry/
H A DQuaternion.h547 const Scalar twy = ty*this->w(); local
558 res.coeffRef(0,2) = txz+twy;
562 res.coeffRef(2,0) = txz-twy;

Completed in 93 milliseconds