Home
last modified time | relevance | path

Searched defs:costheta (Results 1 – 2 of 2) 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
/external/opencv3/3rdparty/openexr/Imath/
DImathQuat.h668 T costheta = Math<T>::cos (theta); in exp() local