1 // $Header: x:/prj/tech/libsrc/g2/RCS/g2clip.h 1.4 1997/02/04 11:23:45 KEVIN Exp $
18 extern void g2_clip_fixup(int n
, g2s_point
**vpl
);
19 extern int g2_clip_poly(int n
, int flags
, g2s_point
**vpl
, g2s_point
***pcvpl
);
20 extern int g2_clip_polygon(int n
, int flags
, grs_vertex
**vpl
, grs_vertex
***pcvpl
);