/***************************************************************************** * "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 #ifdef __MSDOS__ cdecl #endif /* __MSDOS__ */ PolyObjectArea(ObjectStruct *PObj); double #ifdef __MSDOS__ cdecl #endif /* __MSDOS__ */ PolyObjectVolume(ObjectStruct *PObj); double #ifdef __MSDOS__ cdecl #endif /* __MSDOS__ */ PolyCountPolys(ObjectStruct *PObj); #endif /* GEOM_VAL_GH */