Skip to main content

collide_segment_and_circle

Function collide_segment_and_circle 

Source
pub fn collide_segment_and_circle(
    segment_a: Segment,
    transform_a: Transform,
    circle_b: Circle,
    transform_b: Transform,
) -> Manifold
Expand description

Compute the contact manifold between a segment and a circle.