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

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. *  Definitions, local to module, of GeomVals module.                 *
  7. *****************************************************************************/
  8.  
  9. #ifndef GEOM_VAL_LH
  10. #define GEOM_VAL_LH
  11.  
  12. static RealType PolygonXYArea(VertexStruct *VHead);
  13. static RealType Polygon3VrtxXYArea(PointType Pt1, PointType Pt2, PointType Pt3);
  14.  
  15. #endif /* GEOM_VAL_LH */
  16.