経路の定義 More...
#include <path_t.h>
Public Attributes | |
path::path_type_t | type |
PointF | begin |
PointF | end |
PositionF | goal |
double | path_length |
PointF | circle_center |
double | circle_radius |
rotate_direction_t | rotate |
経路の定義
線分の経路の定義には, type, next_position を利用する。
円弧の経路の定義には, type, circle_center, circle_radius, next_position を利用する。