[][src]Function ncollide3d::utils::is_affinely_dependent_triangle

pub fn is_affinely_dependent_triangle<N: RealField>(
    p1: &Point<N>,
    p2: &Point<N>,
    p3: &Point<N>
) -> bool

Tests if three 3D points are approximately aligned.