source:
abuse/trunk/src/include/intsect.hpp
@
11
Last change on this file since 11 was 2, checked in by , 17 years ago | |
---|---|
File size: 179 bytes |
Rev | Line | |
---|---|---|
[2] | 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.