Changeset 3823 in orxonox.OLD for orxonox/trunk/src/lib/math/vector.cc
- Timestamp:
- Apr 14, 2005, 1:09:55 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/math/vector.cc
r3822 r3823 332 332 q = *this * q * conjugate(); 333 333 return q.v; 334 } 334 } 335 335 336 336 337 /** … … 365 366 \return the conjugate Quaternion 366 367 */ 368 /* 367 369 Quaternion Quaternion::conjugate() const 368 370 { … … 371 373 return r; 372 374 } 375 */ 373 376 374 377 /**
Note: See TracChangeset
for help on using the changeset viewer.