Function ncollide_utils::triangle_area [] [src]

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

Computes the area of a triangle.