Function ncollide2d::utils::circumcircle[][src]

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

Computes the circumcircle of a triangle.