pub fn circle_circle( pos_a: Vec2, ra: f32, pos_b: Vec2, rb: f32, id_a: BodyId, id_b: BodyId, ) -> Option<ContactManifold>
Test circle vs circle.