Changeset f70c2a for molecuilder/src/Plane.hpp
- Timestamp:
- Apr 30, 2010, 9:53:16 AM (16 years ago)
- Children:
- 4eee8f
- Parents:
- cb2b9a
- File:
-
- 1 edited
-
molecuilder/src/Plane.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Plane.hpp
rcb2b9a rf70c2a 52 52 /****** Methods inherited from Space ***********/ 53 53 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; 58 56 59 57 private:
Note:
See TracChangeset
for help on using the changeset viewer.
