Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaae2420

Browse files
author
Thomas G. Lockhart
committed
Add point_ne() comparison routine.
1 parentd0ab9c3 commitaae2420

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/utils/geo_decls.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
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 $
99
*
1010
* NOTE
1111
* These routines do *not* use the float types from adt/.
@@ -158,6 +158,7 @@ extern bool point_below(Point *pt1, Point *pt2);
158158
externboolpoint_vert(Point*pt1,Point*pt2);
159159
externboolpoint_horiz(Point*pt1,Point*pt2);
160160
externboolpoint_eq(Point*pt1,Point*pt2);
161+
externboolpoint_ne(Point*pt1,Point*pt2);
161162
externint32pointdist(Point*p1,Point*p2);
162163
externdouble*point_distance(Point*pt1,Point*pt2);
163164
externdouble*point_slope(Point*pt1,Point*pt2);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp