ncollide3d::utils

Function is_affinely_dependent_triangle

Source
pub fn is_affinely_dependent_triangle<N: RealField + Copy>(
    p1: &Point<N>,
    p2: &Point<N>,
    p3: &Point<N>,
) -> bool
Expand description

Tests if three 3D points are approximately aligned.