Changeset 167 in flair-src for trunk/lib/FlairFilter/src/TrajectoryGenerator2DCircle_impl.cpp
- Timestamp:
- Apr 12, 2017, 1:59:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairFilter/src/TrajectoryGenerator2DCircle_impl.cpp
r148 r167 64 64 } 65 65 66 void TrajectoryGenerator2DCircle_impl::StartTraj(const Vector2D &start_pos,66 void TrajectoryGenerator2DCircle_impl::StartTraj(const Vector2Df &start_pos, 67 67 float nb_lap) { 68 68 is_running = true; … … 89 89 float A = acceleration->Value(); 90 90 float R = rayon->Value(); 91 Vector2D v;91 Vector2Df v; 92 92 93 93 if (V < 0)
Note:
See TracChangeset
for help on using the changeset viewer.