Changeset d6b011 for molecuilder/src/tesselation.hpp
- Timestamp:
- Aug 18, 2009, 1:59:11 PM (16 years ago)
- Children:
- 84b811
- Parents:
- 48cd93
- File:
-
- 1 edited
-
molecuilder/src/tesselation.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.hpp
r48cd93 rd6b011 20 20 #include <map> 21 21 #include <list> 22 #include <set> 22 23 23 24 … … 217 218 bool PickFarthestofTwoBaselines(ofstream *out, class BoundaryLineSet *Base); 218 219 class BoundaryPointSet *IsConvexRectangle(ofstream *out, class BoundaryLineSet *Base); 219 220 map<int, int> FindAllDegeneratedTriangles(); 221 void RemoveDegeneratedTriangles(); 220 222 221 223 list<TesselPoint*> * GetCircleOfConnectedPoints(ofstream *out, TesselPoint* Point);
Note:
See TracChangeset
for help on using the changeset viewer.
