Commit ac3d7b31 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

+ extern double *box_area(BOX *box);

parent f2dd89b6
......@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $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 $
*
* NOTE
* These routines do *not* use the float types from adt/.
......@@ -218,6 +218,7 @@ extern bool box_eq(BOX *box1, BOX *box2);
extern bool box_le(BOX *box1, BOX *box2);
extern bool box_ge(BOX *box1, BOX *box2);
extern Point *box_center(BOX *box);
extern double *box_area(BOX *box);
extern double *box_width(BOX *box);
extern double *box_height(BOX *box);
extern double *box_distance(BOX *box1, BOX *box2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment