OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tyz
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h
314
const Scalar
tyz
= tz*this->y();
local
322
res.coeffRef(1,2) =
tyz
-twx;
324
res.coeffRef(2,1) =
tyz
+twx;
/external/eigen/Eigen/src/Geometry/
Quaternion.h
553
const Scalar
tyz
= tz*this->y();
local
561
res.coeffRef(1,2) =
tyz
-twx;
563
res.coeffRef(2,1) =
tyz
+twx;
Completed in 172 milliseconds