diff options
Diffstat (limited to 'geometry.h')
| -rw-r--r-- | geometry.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -15,4 +15,4 @@ typedef struct { | |||
| 15 | // range 0..65536 (but can extend, if normale hits line outside line segment) | 15 | // range 0..65536 (but can extend, if normale hits line outside line segment) | 
| 16 | int dist_pl(LPoint const * p, LLine const * l, int * offs); | 16 | int dist_pl(LPoint const * p, LLine const * l, int * offs); | 
| 17 | int dist_pp(LPoint const * p0, LPoint const * p1); | 17 | int dist_pp(LPoint const * p0, LPoint const * p1); | 
| 18 | 18 | int get_x_for_y(LPoint const * p0, LPoint const * p1, int y); | |
