pub fn try_collide_chain_segment_and_circle(
segment_a: ChainSegment,
transform_a: Transform,
circle_b: Circle,
transform_b: Transform,
) -> ApiResult<Manifold>Expand description
Compute the contact manifold between a chain segment and a circle with recoverable validation.