home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / IRITS.ZIP / GEOMVALG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-05  |  645 b   |  17 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. *  Definitions, visibile to others, of GeomVals module.                 *
  7. *****************************************************************************/
  8.  
  9. #ifndef GEOM_VAL_GH
  10. #define GEOM_VAL_GH
  11.  
  12. double GeomObjectArea(ObjectStruct *PObj);
  13. double GeomObjectVolume(ObjectStruct *PObj);
  14. double GeomCountPolys(ObjectStruct *PObj);
  15.  
  16. #endif /* GEOM_VAL_GH */
  17.