Ignore:
Timestamp:
Apr 30, 2010, 8:01:18 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
8c01ce
Parents:
070651 (diff), c53e0b (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 commit 'jupiter/StructureRefactoring' into StructureRefactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Plane.hpp

    r070651 r1775d3  
    1010
    1111#include <memory>
     12#include <vector>
    1213
    1314class Vector;
     
    3839  Vector getOffsetVector();
    3940
     41  /**
     42   * returns three seperate points on this plane
     43   */
     44  std::vector<Vector> getPointsOnPlane();
     45
    4046  // some calculations
    4147  Vector GetIntersection(const Vector &Origin, const Vector &LineVector);
Note: See TracChangeset for help on using the changeset viewer.