Returns all circumcenters.
List<Point> circumcenters() { return List.generate(trianglesLength, circumcenter); }