Function Polygon2D.offset

The offset applied to each vertex.

Vector2 offset() nothrow @property @nogc;

void offset (
  Vector2 v
) nothrow @property @nogc;