source: abuse/tags/pd/macabuse/inc/intsect.hpp @ 604

Last change on this file since 604 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 179 bytes
Line 
1#ifndef __INTSECT_HPP_
2#define __INTSECT_HPP_
3
4int setback_intersect(long x1, long y1, long &x2, long &y2,
5                      long xp1, long yp1, long xp2, long yp2, long inside);
6
7#endif
8
9
Note: See TracBrowser for help on using the repository browser.