Function RectangleShape2D.extents

The rectangle's half extents. The width and height of this shape is twice the half extents.

Vector2 extents() nothrow @property @nogc;

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