Ignore:
Timestamp:
Oct 2, 2009, 3:19:51 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
e1f6d7
Parents:
fca6e7
Message:

Fixes to the (Non)ConvexTesselation, working with 1_2_dimethoxyethylene

minor changes:

major changes:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselation.hpp

    rfca6e7 rdaf956  
    126126    bool ContainsBoundaryLine(class BoundaryLineSet *line);
    127127    bool ContainsBoundaryPoint(class BoundaryPointSet *point);
     128    bool ContainsBoundaryPoint(class TesselPoint *point);
    128129    class BoundaryPointSet *GetThirdEndpoint(class BoundaryLineSet *line);
    129130    bool IsPresentTupel(class BoundaryPointSet *Points[3]);
     
    204205    void AlwaysAddTesselationTriangleLine(class BoundaryPointSet *a, class BoundaryPointSet *b, int n);
    205206    void AddTesselationTriangle();
     207    void AddTesselationTriangle(int nr);
    206208    void RemoveTesselationTriangle(class BoundaryTriangleSet *triangle);
    207209    void RemoveTesselationLine(class BoundaryLineSet *line);
Note: See TracChangeset for help on using the changeset viewer.