Function lyon_core::math_utils::line_intersection [] [src]

pub fn line_intersection(a1: Vec2, a2: Vec2, b1: Vec2, b2: Vec2) -> Option<Vec2>