pub fn shape_set_polygon( world: &mut World, shape_id: ShapeId, polygon: &Polygon, )
Allows you to change a shape to be a polygon or update the current polygon. (b2Shape_SetPolygon)