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.

  1. double lookahead [@property getter]
    struct PathFollow2D
    @nogc nothrow @property
    double
    lookahead
    ()
  2. double lookahead [@property setter]

Meta