Changeset 167 in flair-src for trunk/lib/FlairSensorActuator/src/VrpnObject.h
- Timestamp:
- 04/12/17 13:59:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/VrpnObject.h
r140 r167 16 16 17 17 #include <IODevice.h> 18 #include <Vector3D.h> 18 19 #include <stdint.h> 19 20 … … 21 22 namespace core { 22 23 class cvmatrix; 23 class Vector3D;24 24 class Quaternion; 25 25 } … … 110 110 * \param point output datas 111 111 */ 112 void GetPosition(core::Vector3D &point) const;112 void GetPosition(core::Vector3Df &point) const; 113 113 114 114 /*!
Note:
See TracChangeset
for help on using the changeset viewer.