[][src]Function ncollide_utils::triangle_area

pub fn triangle_area<P: Point>(pa: &P, pb: &P, pc: &P) -> P::Real

Computes the area of a triangle.