circle_rectangle

Function circle_rectangle 

Source
pub fn circle_rectangle(
    circle: &Circle,
    rectangle: &Rectangle,
) -> QuadtreeResult<bool>
Expand description

Note: touching edges are not treated as collisions.