Changeset 59e7832 for molecuilder/src/vector.hpp
- Timestamp:
- Apr 30, 2010, 1:33:12 PM (16 years ago)
- Children:
- 25e17e9
- Parents:
- 4eee8f
- File:
-
- 1 edited
-
molecuilder/src/vector.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/vector.hpp
r4eee8f r59e7832 89 89 // operators for mathematical operations 90 90 bool operator==(const Vector& b) const; 91 bool operator!=(const Vector& b) const; 91 92 const Vector& operator+=(const Vector& b); 92 93 const Vector& operator-=(const Vector& b);
Note:
See TracChangeset
for help on using the changeset viewer.
