Ignore:
Timestamp:
Aug 3, 2009, 6:58:46 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
f4a346
Parents:
4e4940 (diff), e8de2e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ConcaveHull' of ssh://heber@192.168.194.2/home/metzler/workspace/espack into ConcaveHull

Conflicts:

molecuilder/src/atom.cpp
molecuilder/src/boundary.cpp
molecuilder/src/boundary.hpp
molecuilder/src/linkedcell.cpp
molecuilder/src/linkedcell.hpp
molecuilder/src/molecules.hpp
molecuilder/src/vector.hpp

  • added Saskia Metzler's code that finds whether a point is in- or outside.
  • The code is not yet incorporated, but I rather want to continue with merging TesselationRefactoring first.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/vector.hpp

    r4e4940 r0e2190  
    2424  double NormSquared() const;
    2525  double Angle(const Vector *y) const;
     26  bool IsNull();
    2627
    2728  void AddVector(const Vector *y);
     
    5859};
    5960
    60 ostream & operator << (ostream& ost, Vector &m);
     61ostream & operator << (ostream& ost, const Vector &m);
    6162//Vector& operator+=(Vector& a, const Vector& b);
    6263//Vector& operator*=(Vector& a, const double m);
Note: See TracChangeset for help on using the changeset viewer.