#include <positiononcirclearcspline.h>
Maintains a position moving along a given CricleArc.
Public Member Functions | |
KyFloat32 | MoveForward (KyFloat32 distance) |
Moves the position forward for the provided distance (in meter), taken along the circle if the CircleArcSplineSection is not a line segment. More... | |
KyFloat32 | MoveBackward (KyFloat32 distance) |
Moves the position backward for the provided distance (in meter), taken along the circle if the CircleArcSplineSection is not a line segment. More... | |
Moves the position backward for the provided distance (in meter), taken along the circle if the CircleArcSplineSection is not a line segment.
Moves the position forward for the provided distance (in meter), taken along the circle if the CircleArcSplineSection is not a line segment.