2 #ifndef DISPLAYLIB_CLIP_H 3 #define DISPLAYLIB_CLIP_H 14 struct plane left, rite, bot, top;
19 double left, rite, bot,
top;
void D__clip_path(struct path *, const struct path *, const struct clip *)
void D__cull_path(struct path *, const struct path *, const struct clip *)
void D__set_clip_planes(struct clip *, const struct rectangle *)