parry3d::utils

Function segments_intersection2d

source
pub fn segments_intersection2d(
    a: &Point2<f32>,
    b: &Point2<f32>,
    c: &Point2<f32>,
    d: &Point2<f32>,
    epsilon: f32,
) -> Option<SegmentsIntersection>
Expand description

Computes the intersection between two segments.