Changeset 10526 in orxonox.OLD for trunk/src/world_entities/mount_point.cc
- Timestamp:
- Jan 30, 2007, 11:37:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/mount_point.cc
r10523 r10526 42 42 43 43 this->_name = name; 44 this->set AbsCoor( center);45 this->set AbsDir( Quaternion(forward, up));44 this->setRelCoor( center); 45 this->setRelDir( Quaternion(forward, up)); 46 46 47 47 this->init();
Note: See TracChangeset
for help on using the changeset viewer.