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]
  2. PoolVector2Array points [@property setter]
    struct Line2D
    @nogc nothrow @property
    void
    points
    (
    PoolVector2Array v
    )

Meta