pub fn try_collide_polygon_and_circle(
polygon_a: Polygon,
transform_a: Transform,
circle_b: Circle,
transform_b: Transform,
) -> ApiResult<Manifold>Expand description
Compute the contact manifold between a polygon and a circle with recoverable validation.