skspatial.objects.Circle

Methods

area()

Return the area of the circle.

best_fit(points)

Return the circle of best fit for a set of 2D points.

circumference()

Return the circumference of the circle.

from_points(point_a, point_b, point_c, **kwargs)

Instantiate a circle from three points.

intersect_circle(other)

Intersect the circle with another circle.

intersect_line(line)

Intersect the circle with a line.

plot_2d(ax_2d, **kwargs)

Plot the circle in 2D.