Changeset ce0de8 for molecuilder/src/tesselation.cpp
- Timestamp:
- Apr 15, 2010, 3:22:51 PM (16 years ago)
- Children:
- 7c2ebb
- Parents:
- 37ec1b
- File:
-
- 1 edited
-
molecuilder/src/tesselation.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.cpp
r37ec1b rce0de8 2222 2222 2223 2223 BTS = NULL; 2224 AddCandidate Triangle(OptCandidates);2224 AddCandidatePolygon(OptCandidates); 2225 2225 // delete(BaseLine.endpoints[0]); 2226 2226 // delete(BaseLine.endpoints[1]); … … 2546 2546 * \NOTE we need the copy operator here as the original CandidateForTesselation is removed in AddTesselationLine() 2547 2547 */ 2548 void Tesselation::AddCandidate Triangle(CandidateForTesselation CandidateLine)2549 { 2550 Info FunctionInfo(__func__);2548 void Tesselation::AddCandidatePolygon(CandidateForTesselation CandidateLine) 2549 { 2550 Info FunctionInfo(__func__); 2551 2551 Vector Center; 2552 2552 TesselPoint * const TurningPoint = CandidateLine.BaseLine->endpoints[0]->node;
Note:
See TracChangeset
for help on using the changeset viewer.
