Function polygon2::is_simple [] [src]

pub fn is_simple<T>(points: &[[T; 2]]) -> bool where
    T: Copy + Num + Debug