Function lyon_core::math_utils::segment_intersection
[−]
[src]
pub fn segment_intersection(a1: Vec2,
b1: Vec2,
a2: Vec2,
b2: Vec2)
-> Option<Vec2>