Ignore:
Timestamp:
Apr 30, 2010, 9:53:16 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
4eee8f
Parents:
cb2b9a
Message:

Added const correctness to plane class and simplified interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Plane.hpp

    rcb2b9a rf70c2a  
    5252  /****** Methods inherited from Space ***********/
    5353
    54   virtual double distance(Vector &point);
    55   virtual Vector getClosestPoint(Vector &point);
    56   virtual bool isContained(Vector &point);
    57 
     54  virtual double distance(const Vector &point) const;
     55  virtual Vector getClosestPoint(const Vector &point) const;
    5856
    5957private:
Note: See TracChangeset for help on using the changeset viewer.