b2MakePolygon

Function b2MakePolygon 

Source
pub unsafe extern "C" fn b2MakePolygon(
    hull: *const b2Hull,
    radius: f32,
) -> b2Polygon
Expand description

Make a convex polygon from a convex hull. This will assert if the hull is not valid. @warning Do not manually fill in the hull data, it must come directly from b2ComputeHull