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

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 313 const Scalar tyy = ty*this->y(); local
317 res.coeffRef(0,0) = Scalar(1)-(tyy+tzz);
325 res.coeffRef(2,2) = Scalar(1)-(txx+tyy);
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 542 const Scalar tyy = ty*this->y(); local
546 res.coeffRef(0,0) = Scalar(1)-(tyy+tzz);
554 res.coeffRef(2,2) = Scalar(1)-(txx+tyy);

Completed in 38 milliseconds