SphereShape.radius

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

  1. double radius [@property getter]
  2. double radius [@property setter]
    struct SphereShape
    @nogc nothrow @property
    void
    radius
    (
    double v
    )

Meta