pub fn triangle_center<N: RealField + Copy>( pa: &Point<N>, pb: &Point<N>, pc: &Point<N>, ) -> Point<N>
Computes the center of a triangle.