Function CircleShape2D.radius

The circle's radius.

double radius() nothrow @property @nogc;

void radius (
  double v
) nothrow @property @nogc;