[][src]Function box2d_rs::b2_collision::b2_collide_edge_and_circle

pub fn b2_collide_edge_and_circle(
    manifold: &mut B2manifold,
    edge_a: &B2edgeShape,
    xf_a: &B2Transform,
    circle_b: &B2circleShape,
    xf_b: &B2Transform
)

Compute the collision manifold between an edge and a circle.