Changeset 682 in Sophya for trunk/SophyaLib/Samba/vector3d.h
- Timestamp:
- Dec 10, 1999, 5:56:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/vector3d.h
r565 r682 7 7 #include <string.h> 8 8 #ifdef __MWERKS__ 9 #include "mwerksmath.h" 10 // #include "unixmac.h" 9 #include "unixmac.h" 11 10 #endif 12 11 #include "longlat.h" … … 91 90 Vector3d Rotate(const Vector3d& omega,double phi); 92 91 93 virtual Vector3d& operator=(const Vector3d&);92 /*virtual*/ Vector3d& operator=(const Vector3d&); // $CHECK$ EA 101299 94 93 virtual Vector3d& operator+=(const Vector3d&); 95 94 virtual Vector3d& operator-=(const Vector3d&);
Note:
See TracChangeset
for help on using the changeset viewer.