pub unsafe extern "C" fn b2TransformPolygon(
transform: b2Transform,
polygon: *const b2Polygon,
) -> b2PolygonExpand description
Transform a polygon. This is useful for transferring a shape from one body to another.
pub unsafe extern "C" fn b2TransformPolygon(
transform: b2Transform,
polygon: *const b2Polygon,
) -> b2PolygonTransform a polygon. This is useful for transferring a shape from one body to another.