home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / iritsm3s.zip / irit / geomvals.h < prev    next >
C/C++ Source or Header  |  1991-12-22  |  769b  |  31 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
  13. #ifdef __MSDOS__
  14. cdecl
  15. #endif /* __MSDOS__ */
  16. PolyObjectArea(ObjectStruct *PObj);
  17.  
  18. double
  19. #ifdef __MSDOS__
  20. cdecl
  21. #endif /* __MSDOS__ */
  22. PolyObjectVolume(ObjectStruct *PObj);
  23.  
  24. double
  25. #ifdef __MSDOS__
  26. cdecl
  27. #endif /* __MSDOS__ */
  28. PolyCountPolys(ObjectStruct *PObj);
  29.  
  30. #endif /* GEOM_VAL_GH */
  31.