Function SphereShape.radius

The sphere's radius. The shape's diameter is double the radius.

double radius() nothrow @property @nogc;

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