[][src]Function voronator::delaunator::circumcenter

pub fn circumcenter(a: &Point, b: &Point, c: &Point) -> Option<Point>

Calculates the circumcenter of a triangle, given it's three vertices

Arguments

  • a - The first vertex of the triangle
  • b - The second vertex of the triangle
  • c - The third vertex of the triangle