Changes in src/Shapes/Shape.hpp [205d9b:c5186e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Shapes/Shape.hpp ¶
r205d9b rc5186e 10 10 11 11 #include <boost/shared_ptr.hpp> 12 13 #include <vector> 12 14 13 15 class Vector; … … 25 27 26 28 bool isInside(const Vector &point) const; 29 std::vector<Vector> getHomogeneousPointsOnSurface(const int N) const; 27 30 28 31 Shape &operator=(const Shape& rhs);
Note:
See TracChangeset
for help on using the changeset viewer.