[][src]Function ncollide_utils::triangle_center

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

Computes the center of a triangle.