source:
abuse/trunk/src/include/intsect.hpp
@
19
Last change on this file since 19 was 16, checked in by , 17 years ago | |
---|---|
File size: 206 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef __INTSECT_HPP_ |
2 | #define __INTSECT_HPP_ | |
3 | ||
[16] | 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); | |
[2] | 6 | |
7 | #endif | |
8 | ||
9 |
Note: See TracBrowser
for help on using the repository browser.