Changeset 167 in flair-src for trunk/lib/FlairSensorActuator/src/VrpnClient_impl.cpp
- Timestamp:
- 04/12/17 13:59:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/VrpnClient_impl.cpp
r140 r167 104 104 } 105 105 106 void VrpnClient_impl::ComputeRotations(Vector3D &point) {106 void VrpnClient_impl::ComputeRotations(Vector3Df &point) { 107 107 rotation_1->ComputeRotation(point); 108 108 rotation_2->ComputeRotation(point);
Note:
See TracChangeset
for help on using the changeset viewer.