Function parry3d::utils::segments_intersection2d
source · pub fn segments_intersection2d(
a: &Point2<Real>,
b: &Point2<Real>,
c: &Point2<Real>,
d: &Point2<Real>,
epsilon: Real
) -> Option<SegmentsIntersection>
Expand description
Computes the intersection between two segments.