[][src]Function ncollide2d::utils::triangle_center

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

Computes the center of a triangle.