pub unsafe extern "C" fn fz_is_quad_intersecting_quad(
    a: fz_quad,
    b: fz_quad
) -> c_int
Expand description

Intersection test for quads.

This may break down if quads are not ‘well formed’.