Changeset 167 in flair-src for trunk/lib/FlairSimulator/src/Gui.h
- Timestamp:
- Apr 12, 2017, 1:59:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Gui.h
r158 r167 19 19 20 20 #include <Object.h> 21 #include <Vector3D.h> 21 22 #include <EDriverTypes.h> 22 23 #include <vector3d.h> … … 36 37 namespace core { 37 38 class Object; 38 class Vector3D;39 39 class Euler; 40 40 class Quaternion; … … 125 125 * \return vector in irrlicht coordinates 126 126 */ 127 irr::core::vector3df ToIrrlichtCoordinates(core::Vector3Dvect);127 template<typename T> irr::core::vector3df ToIrrlichtCoordinates(core::Vector3D<T> vect); 128 128 129 129 /*! … … 136 136 * \return vector in simulator coordinates 137 137 */ 138 core::Vector3D ToSimulatorCoordinates(irr::core::vector3df vect);138 core::Vector3Df ToSimulatorCoordinates(irr::core::vector3df vect); 139 139 140 140 /*!
Note:
See TracChangeset
for help on using the changeset viewer.