Ignore:
Timestamp:
Apr 15, 2010, 3:22:51 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
7c2ebb
Parents:
37ec1b
Message:

Renamed AddCandidateTriangle() -> AddCandidatePolygon()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselation.cpp

    r37ec1b rce0de8  
    22222222
    22232223    BTS = NULL;
    2224     AddCandidateTriangle(OptCandidates);
     2224    AddCandidatePolygon(OptCandidates);
    22252225//    delete(BaseLine.endpoints[0]);
    22262226//    delete(BaseLine.endpoints[1]);
     
    25462546 * \NOTE we need the copy operator here as the original CandidateForTesselation is removed in AddTesselationLine()
    25472547 */
    2548 void Tesselation::AddCandidateTriangle(CandidateForTesselation CandidateLine)
    2549 {
    2550         Info FunctionInfo(__func__);
     2548void Tesselation::AddCandidatePolygon(CandidateForTesselation CandidateLine)
     2549{
     2550  Info FunctionInfo(__func__);
    25512551  Vector Center;
    25522552  TesselPoint * const TurningPoint = CandidateLine.BaseLine->endpoints[0]->node;
Note: See TracChangeset for help on using the changeset viewer.