pub fn intersection_test_aabb_segment(aabb1: &Aabb, segment2: &Segment) -> bool
Expand description

Test if a segment intersects an Aabb.