assert_rect_approx_eq

Function assert_rect_approx_eq 

Source
pub fn assert_rect_approx_eq(
    actual: Rect,
    expected: Rect,
    tolerance: f32,
    msg: &str,
)
Expand description

Assert that a rectangle is approximately equal to another.