Changeset 361 in flair-src for trunk/lib/FlairSimulator/src/Model.cpp
- Timestamp:
- Jun 8, 2020, 11:52:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Model.cpp
r167 r361 19 19 #include "Simulator.h" 20 20 #include <DoubleSpinBox.h> 21 #include <Vector3DSpinBox.h> 21 22 22 23 #ifdef GL … … 75 76 } 76 77 78 core::Vector3Df Model::InitialPosition(void) { 79 return pimpl_->pos_init->Value(); 80 } 81 77 82 } // end namespace simulator 78 83 } // end namespace flair
Note:
See TracChangeset
for help on using the changeset viewer.