home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * "Irit" - the 3d polygonal solid modeller. *
- * *
- * Written by: Gershon Elber Ver 0.2, Mar. 1990 *
- ******************************************************************************
- * Definitions, visibile to others, of GeomVals module. *
- *****************************************************************************/
-
- #ifndef GEOM_VAL_GH
- #define GEOM_VAL_GH
-
- double GeomObjectArea(ObjectStruct *PObj);
- double GeomObjectVolume(ObjectStruct *PObj);
- double GeomCountPolys(ObjectStruct *PObj);
-
- #endif /* GEOM_VAL_GH */
-