b2TransformPolygon

Function b2TransformPolygon 

Source
pub unsafe extern "C" fn b2TransformPolygon(
    transform: b2Transform,
    polygon: *const b2Polygon,
) -> b2Polygon
Expand description

Transform a polygon. This is useful for transferring a shape from one body to another.