Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Shapes/BaseShapes.hpp

    re38447 rd76a7c  
    1212
    1313Shape Sphere();
     14Shape Sphere(const Vector &center,double radius);
     15Shape Ellipsoid(const Vector &center, const Vector &radius);
    1416Shape Cuboid();
     17Shape Cuboid(const Vector &corner1, const Vector &corner2);
    1518
    1619#endif /* BASESHAPES_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.