pub fn circumcircle<N: RealField + Copy>(
    pa: &Point<N>,
    pb: &Point<N>,
    pc: &Point<N>
) -> (Point<N>, N)
Expand description

Computes the circumcircle of a triangle.