Arc.from_circle

classmethod Arc.from_circle(circle, start_angle, end_angle)

Creates an Arc from a circle and start and end angles.

Parameters
  • circle (Circle) – The center point and radius of this circle will be used to create an Arc.

  • start_angle (float) – The start angle in radians.

  • end_angle (float) – The end angle in radians.

Returns

Arc