Changeset 9406 in orxonox.OLD for trunk/src/lib/math
- Timestamp:
- Jul 24, 2006, 11:09:47 AM (18 years ago)
- Location:
- trunk/src/lib/math
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/math/line.cc
r6617 r9406 26 26 #endif 27 27 28 using namespace std; 28 29 29 30 30 /** -
trunk/src/lib/math/plane.cc
r7711 r9406 24 24 #endif 25 25 26 using namespace std; 26 27 27 28 28 /** -
trunk/src/lib/math/rotation_OBSOLETE.cc
r6617 r9406 24 24 #endif 25 25 26 using namespace std; 26 27 27 28 28 /** -
trunk/src/lib/math/vector2D.cc
r6615 r9406 27 27 #endif 28 28 29 using namespace std; 29 30 30 31 31 /////////////
Note: See TracChangeset
for help on using the changeset viewer.