Function polygon2::point_to_line_intersection [−][src]
pub fn point_to_line_intersection<T>(
intersection: &mut Intersection<T>,
p: &[T; 2],
a: &[T; 2],
b: &[T; 2],
edge: usize
) where
T: Clone + Float + PartialOrd,
&'a T: Add<&'b T, Output = T> + Sub<&'b T, Output = T> + Div<&'b T, Output = T> + Mul<&'b T, Output = T>,