Ignore:
Timestamp:
Apr 22, 2010, 3:47:22 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
af20f3
Parents:
424d3fe
Message:

FIX: Tesselation::FindStartingTriangle() returns false when no triangle could have been created.

  • this may act in the future as the beginning to some mean of increasing radii or another way to find a starting triangle.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselation.hpp

    r424d3fe rf07455  
    296296
    297297    // concave envelope
    298     void FindStartingTriangle(const double RADIUS, const LinkedCell *LC);
     298    bool FindStartingTriangle(const double RADIUS, const LinkedCell *LC);
    299299    void FindSecondPointForTesselation(class TesselPoint* a, Vector Oben, class TesselPoint*& OptCandidate, double Storage[3], double RADIUS, const LinkedCell *LC);
    300300    void FindThirdPointForTesselation(const Vector &NormalVector, const Vector &SearchDirection, const Vector &OldSphereCenter, CandidateForTesselation &CandidateLine, const class BoundaryPointSet  * const ThirdNode, const double RADIUS, const LinkedCell *LC) const;
Note: See TracChangeset for help on using the changeset viewer.