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