Function PathFollow2D.lookahead
How far to look ahead of the curve to calculate the tangent if the node is rotating. E.g. shorter lookaheads will lead to faster rotations.
double lookahead() nothrow @property @nogc;
void lookahead
(
double v
) nothrow @property @nogc;