Skip to main content

shape_test_point

Function shape_test_point 

Source
pub fn shape_test_point(
    world: &mut World,
    shape_id: ShapeId,
    point: Pos,
) -> bool
Expand description

Test a point for overlap with a shape. (b2Shape_TestPoint)