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

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

Computes the center of a triangle.