Changeset 9564 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 03/30/10 13:52:57 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MQuaternion.h
r9370 r9564 76 76 //void Normalize() { fVectorPart *= TMath::Sqrt(1 - R2())/Z(); } 77 77 78 void NormalizeVector() { fVectorPart = fVectorPart.Unit(); } 79 78 80 ClassDef(MQuaternion, 1) 79 81 }; -
trunk/MagicSoft/Mars/mbase/MTime.cc
r9302 r9564 692 692 Set(tv); 693 693 #else 694 Clear(); 694 #error __LINUX__ not set 695 695 #endif 696 696 }
Note:
See TracChangeset
for help on using the changeset viewer.