Function ncollide_utils::is_affinely_dependent_triangle [] [src]

pub fn is_affinely_dependent_triangle<N, P, V, AV>(p1: &P, p2: &P, p3: &P) -> bool where N: Scalar, P: Sub<P, Output=V> + Copy, V: Cross<CrossProductType=AV> + Norm<NormType=N> + Copy, AV: Norm<NormType=N>

Tests if three points are exactly aligned.