Function ncollide_utils::circumcircle [] [src]

pub fn circumcircle<P>(pa: &P, pb: &P, pc: &P) -> (P, P::Vect::Scalar) where P: Point

Computes the circumcircle of a triangle.