Function ncollide::utils::triangle_area [] [src]

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

Computes the area of a triangle.