source:
abuse/branches/pd/abuse/inc/intsect.hpp
@
636
Last change on this file since 636 was 49, checked in by , 15 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | #ifndef __INTSECT_HPP_ |
2 | #define __INTSECT_HPP_ |
3 | |
4 | int 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.