Function ncollide_utils::triangle_center [] [src]

pub fn triangle_center<N, P>(pa: &P, pb: &P, pc: &P) -> P where N: Scalar, P: Axpy<N> + Mul<N, Output=P> + Copy

Computes the center of a triangle.