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

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 311 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/
Quaternion.h 540 const Scalar txy = ty*this->x(); local
547 res.coeffRef(0,1) = txy-twz;
549 res.coeffRef(1,0) = txy+twz;

Completed in 42 milliseconds