OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
546
const Scalar
twx
= tx*this->w();
local
561
res.coeffRef(1,2) = tyz-
twx
;
563
res.coeffRef(2,1) = tyz+
twx
;
Completed in 674 milliseconds