source:
abuse/trunk/src/include/intsect.hpp
@
39
Last change on this file since 39 was 16, checked in by , 18 years ago | |
---|---|
File size: 206 bytes |
Line | |
---|---|
1 | #ifndef __INTSECT_HPP_ |
2 | #define __INTSECT_HPP_ |
3 | |
4 | int setback_intersect(int32_t x1, int32_t y1, int32_t &x2, int32_t &y2, |
5 | int32_t xp1, int32_t yp1, int32_t xp2, int32_t yp2, int32_t inside); |
6 | |
7 | #endif |
8 | |
9 |
Note: See TracBrowser
for help on using the repository browser.