pyleecan.Functions.Geometry.inter_circle_circle module

inter_circle_circle(Zc1, R1, Zc2, R2)[source]

INTER_CIRCLE_CIRCLE find the intersection between two circles defined by center and radius

Parameters:
  • Zc1 (complex) – Complex coordinate of the center of the first circle

  • R1 (float) – Radius of the first circle

  • Zc2 (complex) – Complex coordinate of the center of the second circle

  • R2 (float) – Radius of the second circle

Returns:

Zlist – List of the complex coordinates of the intersection

Return type:

list