Skip to main content

collide_segment_and_polygon

Function collide_segment_and_polygon 

Source
pub fn collide_segment_and_polygon(
    segment_a: Segment,
    transform_a: Transform,
    polygon_b: Polygon,
    transform_b: Transform,
) -> Manifold
Expand description

Compute the contact manifold between a segment and a polygon.