pub fn segments_intersection2d( a: &Point2<f64>, b: &Point2<f64>, c: &Point2<f64>, d: &Point2<f64>, epsilon: f64, ) -> Option<SegmentsIntersection>
Computes the intersection between two segments.