Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Shapes/BaseShapes_impl.hpp

    rcfda65 re38447  
    1313class Sphere_impl : public Shape_impl {
    1414  virtual bool isInside(const Vector &point);
    15   virtual bool isOnSurface(const Vector &point);
    16   virtual Vector getNormal(const Vector &point) throw(NotOnSurfaceException);
    17   virtual std::string toString();
    1815};
    1916
    2017class Cuboid_impl : public Shape_impl {
    2118  virtual bool isInside(const Vector &point);
    22   virtual bool isOnSurface(const Vector &point);
    23   virtual Vector getNormal(const Vector &point) throw(NotOnSurfaceException);
    24   virtual std::string toString();
    2519};
    2620
Note: See TracChangeset for help on using the changeset viewer.