Ignore:
Timestamp:
Nov 27, 2008, 9:55:08 AM (17 years ago)
Author:
Christian Neuen <neuen@…>
Children:
f5b58e
Parents:
a709c4
Message:

In vector a function for calculation of the vector-(cross-)product has been added.
In Boundary a new way for finding the non-convex boundary is implemented.
Currently problem with comparison of the return value of the map::find routine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    ra709c4 r6b3826  
    6969    class BoundaryPointSet *endpoints[3];
    7070    class BoundaryLineSet *lines[3];
     71    Vector *NormalVector;
    7172    int Nr;
    7273};
     
    8182    void GuessStartingTriangle(ofstream *out);
    8283    void AddPoint(atom * Walker);
     84    void Find_starting_triangle(molecule mol, const double RADIUS);
     85    void Find_next_suitable_triangle(molecule* mol, BoundaryLineSet Line, BoundaryTriangleSet T, const double& RADIUS);
    8386   
    8487    PointMap PointsOnBoundary;
Note: See TracChangeset for help on using the changeset viewer.