home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * "Irit" - the 3d polygonal solid modeller. *
- * *
- * Written by: Gershon Elber Ver 0.2, Mar. 1990 *
- ******************************************************************************
- * Definitions, local to module, of GeomVals module. *
- *****************************************************************************/
-
- #ifndef GEOM_VAL_LH
- #define GEOM_VAL_LH
-
- static RealType PolygonXYArea(VertexStruct *VHead);
- static RealType Polygon3VrtxXYArea(PointType Pt1, PointType Pt2, PointType Pt3);
-
- #endif /* GEOM_VAL_LH */
-