pub fn try_collide_capsules(
capsule_a: Capsule,
transform_a: Transform,
capsule_b: Capsule,
transform_b: Transform,
) -> ApiResult<Manifold>Expand description
Compute the contact manifold between two capsules with recoverable validation.