[Rod Stephens Books]
Index Books Python Examples About Rod Contact
[Mastodon] [Bluesky]
[Build Your Own Ray Tracer With Python]

[Beginning Database Design Solutions, Second Edition]

[Beginning Software Engineering, Second Edition]

[Essential Algorithms, Second Edition]

[The Modern C# Challenge]

[WPF 3d, Three-Dimensional Graphics with WPF and C#]

[The C# Helper Top 100]

[Interview Puzzles Dissected]

Title: Draw three circles and find their tangent circles (Apollonius circles) in Python

[Three circles and their Apollonius circles.]

This example is similar to previous one Find circles that are tangent to three given circles (Apollonius' Problem) in Python except it lets you click and drag to draw the three given circles. It then finds and draws the (up to) 8 tangent circles.

For more information see the previous example and the links it mentions.

Download the example to experiment with it and to see additional details.

© 2024 Rocky Mountain Computer Consulting, Inc. All rights reserved.