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/vector.hpp

    ra709c4 r6b3826  
    2626  void CopyVector(const Vector *y);
    2727  void RotateVector(const Vector *y, const double alpha);
     28  void VectorProduct(const Vector *y);
    2829  void ProjectOntoPlane(const Vector *y);
    2930  void Zero();
Note: See TracChangeset for help on using the changeset viewer.