/******************************************************************************
* GeomVals.h - Area, Volume, and counts on polygonal objects.		      *
*******************************************************************************
* Written by Gershon Elber, March 1990.					      *
******************************************************************************/

#ifndef GEOM_VAL_GH
#define GEOM_VAL_GH

double PolyObjectArea(IPObjectStruct *PObj);
double PolyObjectVolume(IPObjectStruct *PObj);
double PolyCountPolys(IPObjectStruct *PObj);

#endif /* GEOM_VAL_GH */
