Ignore:
Timestamp:
Dec 16, 2009, 11:53:06 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
20a828
Parents:
59b70a
Message:

Fix attempts of the Tesselation.

One problem still remains:

  • degenerated triangles are created more than two times.

The following has been changed:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselation.hpp

    r59b70a r65f1dba  
    158158    class BoundaryLineSet *lines[3];
    159159    Vector NormalVector;
     160    Vector SphereCenter;
    160161    int Nr;
    161162};
     
    245246  Vector OptCenter;
    246247  Vector OtherOptCenter;
     248  bool IsDegenerated;
    247249  double ShortestAngle;
    248250  double OtherShortestAngle;
Note: See TracChangeset for help on using the changeset viewer.