Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Plane.hpp

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