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

Commitac3d7b3

Browse files
committed
+ extern double *box_area(BOX *box);
1 parentf2dd89b commitac3d7b3

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.7 1997/08/19 21:40:34 momjian Exp $
8+
* $Id: geo_decls.h,v 1.8 1997/08/21 01:40:30 vadim Exp $
99
*
1010
* NOTE
1111
* These routines do *not* use the float types from adt/.
@@ -218,6 +218,7 @@ extern bool box_eq(BOX *box1, BOX *box2);
218218
externboolbox_le(BOX*box1,BOX*box2);
219219
externboolbox_ge(BOX*box1,BOX*box2);
220220
externPoint*box_center(BOX*box);
221+
externdouble*box_area(BOX*box);
221222
externdouble*box_width(BOX*box);
222223
externdouble*box_height(BOX*box);
223224
externdouble*box_distance(BOX*box1,BOX*box2);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp