Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Plane.hpp

    rd4c9ae rfa5a6a  
    2626  Plane(const Vector &_normalVector, double _offset)  throw(ZeroVectorException);
    2727  Plane(const Vector &_normalVector, const Vector &_offsetVector) throw(ZeroVectorException);
    28   Plane(const Plane& plane);
    2928  virtual ~Plane();
    3029
Note: See TracChangeset for help on using the changeset viewer.