HomeSort by relevance Sort by last modified time
    Searched refs:twx (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 307 const Scalar twx = tx*this->w(); local
322 res.coeffRef(1,2) = tyz-twx;
324 res.coeffRef(2,1) = tyz+twx;
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 536 const Scalar twx = tx*this->w(); local
551 res.coeffRef(1,2) = tyz-twx;
553 res.coeffRef(2,1) = tyz+twx;

Completed in 452 milliseconds