Changeset 50 in flair-dev for trunk/include/FlairSimulator/Simulator.h
- Timestamp:
- May 31, 2017, 3:54:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairSimulator/Simulator.h
r13 r50 19 19 20 20 #include <FrameworkManager.h> 21 #include <Vector3D.h> 21 22 #include <stdint.h> 22 23 23 24 class Simulator_impl; 25 class Model_impl; 24 26 25 27 namespace flair { 26 28 namespace core { 27 29 class Quaternion; 28 class Vector3D;29 30 } 30 31 } … … 36 37 37 38 class Simulator : public core::FrameworkManager { 38 friend class Model;39 friend class ::Model_impl; 39 40 friend class Gui; 40 41 friend class GenericObject; … … 52 53 // coordinate, around z axis 53 54 core::Quaternion ToVRPNReference(core::Quaternion quat_in); 54 core::Vector3D ToVRPNReference(core::Vector3Dpoint_in);55 core::Vector3D<double> ToVRPNReference(core::Vector3D<double> point_in); 55 56 56 57 private:
Note:
See TracChangeset
for help on using the changeset viewer.