Changeset 682 in Sophya for trunk/SophyaLib/Samba/unitvector.h
- Timestamp:
- Dec 10, 1999, 5:56:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/unitvector.h
r518 r682 17 17 UnitVector(const Vector3d&); 18 18 19 virtual Vector3d& operator=(const Vector3d&);19 /*virtual*/ Vector3d& operator=(const Vector3d&); //$CHECK$ EA 101299 operator = non virtual 20 20 virtual Vector3d& operator+=(const Vector3d&); 21 21 virtual Vector3d& operator-=(const Vector3d&);
Note:
See TracChangeset
for help on using the changeset viewer.