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