Changes in src/Plane.hpp [d4c9ae:fa5a6a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Plane.hpp
rd4c9ae rfa5a6a 26 26 Plane(const Vector &_normalVector, double _offset) throw(ZeroVectorException); 27 27 Plane(const Vector &_normalVector, const Vector &_offsetVector) throw(ZeroVectorException); 28 Plane(const Plane& plane);29 28 virtual ~Plane(); 30 29
Note:
See TracChangeset
for help on using the changeset viewer.