Home
last modified time | relevance | path

Searched defs:costheta (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/include/ceres/
Drotation.h321 T costheta = std::min(std::max((R(0, 0) + R(1, 1) + R(2, 2) - kOne) / kTwo, in RotationMatrixToAngleAxis() local
407 const T costheta = cos(theta); in AngleAxisToRotationMatrix() local
596 const T costheta = cos(theta); in AngleAxisRotatePoint() local