We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2dd89b commit ac3d7b3Copy full SHA for ac3d7b3
src/include/utils/geo_decls.h
@@ -5,7 +5,7 @@
5
*
6
* Copyright (c) 1994, Regents of the University of California
7
8
- * $Id: geo_decls.h,v 1.7 1997/08/19 21:40:34 momjian Exp $
+ * $Id: geo_decls.h,v 1.8 1997/08/21 01:40:30 vadim Exp $
9
10
* NOTE
11
* These routines do *not* use the float types from adt/.
@@ -218,6 +218,7 @@ extern bool box_eq(BOX *box1, BOX *box2);
218
extern bool box_le(BOX *box1, BOX *box2);
219
extern bool box_ge(BOX *box1, BOX *box2);
220
extern Point *box_center(BOX *box);
221
+extern double *box_area(BOX *box);
222
extern double *box_width(BOX *box);
223
extern double *box_height(BOX *box);
224
extern double *box_distance(BOX *box1, BOX *box2);
0 commit comments