[][src]Function ncollide_utils::is_point_in_triangle

pub fn is_point_in_triangle<P: Point>(p: &P, p1: &P, p2: &P, p3: &P) -> bool

Tests if a point is inside of a triangle.