Searched refs:th0 (Results 1 – 2 of 2) sorted by relevance
24 66 th0 B 2
543 double th0, th1, th_arc; in calculateArc() local617 th0 = atan2(y0 - yc, x0 - xc); in calculateArc()620 th_arc = th1 - th0; in calculateArc()635 double _th0 = th0 + i * th_arc / n_segs; in calculateArc()636 double _th1 = th0 + (i + 1) * th_arc / n_segs; in calculateArc()