Searched defs:arcnode (Results 1 – 1 of 1) sorted by relevance
193 typedef struct arcnode { /* an arc on linelist */ struct194 struct linenode *next;195 int kind; /* always ARC */196 float x0,197 y0,198 x1,199 y1,200 x2,201 y2,202 theta1,[all …]