aoclib::geometry::line

Function intersections_naive

source
pub fn intersections_naive(ap: &[Line], bp: &[Line]) -> Vec<Point>