Changeset 167 in flair-src for trunk/lib/FlairSimulator/src/Simulator.cpp
- Timestamp:
- Apr 12, 2017, 1:59:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Simulator.cpp
r15 r167 56 56 } 57 57 58 Vector3D Simulator::ToVRPNReference(Vector3Dpoint_in) {58 Vector3D<double> Simulator::ToVRPNReference(Vector3D<double> point_in) { 59 59 Quaternion yaw_rot_quat; 60 60 Euler yaw_rot_euler(
Note:
See TracChangeset
for help on using the changeset viewer.