Function ncollide::utils::triangle_center [] [src]

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

Computes the center of a triangle.