File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
*
6
6
* Copyright (c) 1994, Regents of the University of California
7
7
*
8
- * $Id: geo_decls.h,v 1.12 1997/09/08 21:55:06 momjian Exp $
8
+ * $Id: geo_decls.h,v 1.13 1997/09/20 16:25:28 thomas Exp $
9
9
*
10
10
* NOTE
11
11
* These routines do *not* use the float types from adt/.
@@ -158,6 +158,7 @@ extern bool point_below(Point *pt1, Point *pt2);
158
158
extern bool point_vert (Point * pt1 , Point * pt2 );
159
159
extern bool point_horiz (Point * pt1 , Point * pt2 );
160
160
extern bool point_eq (Point * pt1 , Point * pt2 );
161
+ extern bool point_ne (Point * pt1 , Point * pt2 );
161
162
extern int32 pointdist (Point * p1 , Point * p2 );
162
163
extern double * point_distance (Point * pt1 , Point * pt2 );
163
164
extern double * point_slope (Point * pt1 , Point * pt2 );
You can’t perform that action at this time.
0 commit comments