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