Line2D.points

The points that form the lines. The line is drawn between every point set in this array. Points are interpreted as local vectors.

  1. PoolVector2Array points [@property getter]
    struct Line2D
    @nogc nothrow @property
    PoolVector2Array
    points
    ()
  2. PoolVector2Array points [@property setter]

Meta