Ignore:
Timestamp:
Nov 27, 2009, 2:39:06 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
2dff2d, ea3627
Parents:
65d6b3
Message:

First compiling version of CorrectDegeneratedPolygons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselationhelpers.hpp

    r65d6b3 rf7490d  
    7272bool CheckListOfBaselines(const Tesselation * const TesselStruct);
    7373
     74int CountTrianglePairContainingPolygon(const BoundaryPolygonSet * const P, const TriangleSet * const T);
     75bool ArePolygonsEdgeConnected(const BoundaryPolygonSet * const P1, const BoundaryPolygonSet * const P2);
     76void CombinePolygons(BoundaryPolygonSet * const P1, BoundaryPolygonSet * &P2);
     77
    7478
    7579#endif /* TESSELATIONHELPERS_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.