Function polygon2::is_triangle_convex [−][src]
pub fn is_triangle_convex<T>(a: &[T; 2], b: &[T; 2], c: &[T; 2]) -> bool where
T: Copy + Signed + PartialOrd,
pub fn is_triangle_convex<T>(a: &[T; 2], b: &[T; 2], c: &[T; 2]) -> bool where
T: Copy + Signed + PartialOrd,