pub fn is_affinely_dependent_triangle<N: RealField + Copy>( p1: &Point<N>, p2: &Point<N>, p3: &Point<N>, ) -> bool
Tests if three 3D points are approximately aligned.