Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Shapes/Shape.hpp

    r205d9b rc5186e  
    1010
    1111#include <boost/shared_ptr.hpp>
     12
     13#include <vector>
    1214
    1315class Vector;
     
    2527
    2628  bool isInside(const Vector &point) const;
     29  std::vector<Vector> getHomogeneousPointsOnSurface(const int N) const;
    2730
    2831  Shape &operator=(const Shape& rhs);
Note: See TracChangeset for help on using the changeset viewer.