Searched refs:compute_arccenter (Results 1 – 8 of 8) sorted by relevance
/dports/math/abs/abs-src-0.908/Fig/ |
H A D | fig.c | 67 compute_arccenter (p1, p2, p3, x, y) in compute_arccenter() function 337 compute_arccenter (p1, p2, p3, &cx, &cy); 439 compute_arccenter (p1, p2, p3, &cx, &cy);
|
/dports/graphics/xfig/xfig-3.2.8a/src/ |
H A D | u_geom.h | 28 extern int compute_arccenter (F_pos p1, F_pos p2, F_pos p3, float *x, float *y);
|
H A D | u_geom.c | 33 int compute_arccenter (F_pos p1, F_pos p2, F_pos p3, float *x, float *y); 165 if (!compute_arccenter(p1, p2, p3, &cx, &cy)) in compute_arcradius() 195 compute_arccenter(F_pos p1, F_pos p2, F_pos p3, float *x, float *y) in compute_arccenter() function
|
H A D | d_arc.c | 249 if (!compute_arccenter(point[0], point[1], point[2], &xx, &yy)) { in create_arcobject()
|
H A D | e_rotate.c | 465 if (compute_arccenter(p[0], p[1], p[2], &xx, &yy)) { in rotate_arc()
|
H A D | e_scale.c | 519 if (compute_arccenter(p0, p1, p2, &xx, &yy)) { in relocate_arcpoint() 1085 if (compute_arccenter(a->point[0], a->point[1], a->point[2], in scale_arc()
|
H A D | e_movept.c | 419 if (compute_arccenter(p[0], p[1], p[2], &xx, &yy)) { in relocate_arcpoint()
|
H A D | e_edit.c | 2765 if (compute_arccenter(p0, p1, p2, &cx, &cy)) { in get_new_arc_values()
|