extern void edgeinit(void);
extern void endpoint(Edge *, int, Site *);
extern void clip_line(Edge * e);
- extern Edge *bisect(Site *, Site *);
+ extern Edge *gvbisect(Site *, Site *);
#endif
lbnd = ELleftbnd(&(newsite->coord));
rbnd = ELright(lbnd);
bot = rightreg(lbnd);
- e = bisect(bot, newsite);
+ e = gvbisect(bot, newsite);
bisector = HEcreate(e, le);
ELinsert(lbnd, bisector);
if ((p = hintersect(lbnd, bisector)) != (struct Site *) NULL) {
top = temp;
pm = re;
}
- e = bisect(bot, top);
+ e = gvbisect(bot, top);
bisector = HEcreate(e, pm);
ELinsert(llbnd, bisector);
endpoint(e, re - pm, v);