pub fn shape_set_circle(world: &mut World, shape_id: ShapeId, circle: &Circle)
Allows you to change a shape to be a circle or update the current circle. (b2Shape_SetCircle)