Changeset daf956 for molecuilder/src/tesselation.hpp
- Timestamp:
- Oct 2, 2009, 3:19:51 PM (16 years ago)
- Children:
- e1f6d7
- Parents:
- fca6e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.hpp
rfca6e7 rdaf956 126 126 bool ContainsBoundaryLine(class BoundaryLineSet *line); 127 127 bool ContainsBoundaryPoint(class BoundaryPointSet *point); 128 bool ContainsBoundaryPoint(class TesselPoint *point); 128 129 class BoundaryPointSet *GetThirdEndpoint(class BoundaryLineSet *line); 129 130 bool IsPresentTupel(class BoundaryPointSet *Points[3]); … … 204 205 void AlwaysAddTesselationTriangleLine(class BoundaryPointSet *a, class BoundaryPointSet *b, int n); 205 206 void AddTesselationTriangle(); 207 void AddTesselationTriangle(int nr); 206 208 void RemoveTesselationTriangle(class BoundaryTriangleSet *triangle); 207 209 void RemoveTesselationLine(class BoundaryLineSet *line);
Note:
See TracChangeset
for help on using the changeset viewer.