pub fn make_offset_polygon( hull: &Hull, position: Vec2, rotation: Rot, ) -> Polygon
Make an offset convex polygon from a convex hull. This will assert if the hull is not valid. (b2MakeOffsetPolygon)