HomeSort by relevance Sort by last modified time
    Searched refs:theta2 (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/include/ceres/
rotation.h 310 const T theta2 = DotProduct(angle_axis, angle_axis); local
311 if (theta2 > 0.0) {
315 const T theta = sqrt(theta2);
483 const T theta2 = DotProduct(angle_axis, angle_axis); local
484 if (theta2 > 0.0) {
495 const T theta = sqrt(theta2);
  /external/webkit/Source/WebCore/svg/
SVGPathParser.cpp 446 float theta2 = atan2f(point2.y() - centerPoint.y(), point2.x() - centerPoint.x()); local
448 float thetaArc = theta2 - theta1;
  /external/freetype/src/base/
ftstroke.c 194 FT_Angle theta1, theta2; local
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) );
279 theta2 < FT_SMALL_CUBIC_THRESHOLD );
1634 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
    [all...]

Completed in 191 milliseconds