Home | History | Annotate | Download | only in ceres

Lines Matching full:half_theta

295   const double half_theta = 0.75 * kPi;
297 quaternion[0] = cos(half_theta);
298 quaternion[1] = 1.0 * sin(half_theta);