Data returned by findMiddlePointInPath().
More...
#include <TrajectoryUtils.h>
Public Attributes | |
| double | length { -1 } |
| Path length; negative means not available. More... | |
| double | step { -1 } |
| Distance from the detected point to the next one. More... | |
| double | frac { 0.5 } |
The point is frac*step away from the point. More... | |
| Iter | itPoint |
| Iterator to the path point just before the required one. More... | |
Data returned by findMiddlePointInPath().
Definition at line 30 of file TrajectoryUtils.h.
| double util::PathPointInfo_t< Iter >::frac { 0.5 } |
The point is frac*step away from the point.
Definition at line 33 of file TrajectoryUtils.h.
| Iter util::PathPointInfo_t< Iter >::itPoint |
Iterator to the path point just before the required one.
Definition at line 34 of file TrajectoryUtils.h.
| double util::PathPointInfo_t< Iter >::length { -1 } |
Path length; negative means not available.
Definition at line 31 of file TrajectoryUtils.h.
| double util::PathPointInfo_t< Iter >::step { -1 } |
Distance from the detected point to the next one.
Definition at line 32 of file TrajectoryUtils.h.
1.8.5