Function rinmath::line_segment_intersection[][src]

pub fn line_segment_intersection(
    p0: Vec2,
    p1: Vec2,
    p2: Vec2,
    p3: Vec2
) -> Option<Vec2>