Animated Apollonius diagram #7581
Replies: 14 comments 2 replies
-
The diagram should be a partition of the plane, so they are definitely missing edges. I haven't looked at your code but I did wrote something for Ipe that does something similar here: In theory, updating |
Beta Was this translation helpful? Give feedback.
-
Hmm that's embarrassing. My code is here but there's a part done in R and the C++ code can look complicated because originally I didn't find how to use vertices with info. But to sum up, I iterate over the finite faces and I take the dual of each face. |
Beta Was this translation helpful? Give feedback.
-
That is because you only display finite edges. When the radii decrease, the corresponding face switch from "infinite faces" to "finite faces", and same for the edges. |
Beta Was this translation helpful? Give feedback.
-
So, when I iterate over all the faces, I get some |
Beta Was this translation helpful? Give feedback.
-
I'm able to get the partition without using the dual Yet I don't know what are these |
Beta Was this translation helpful? Give feedback.
-
Yeah it works now! |
Beta Was this translation helpful? Give feedback.
-
Golden spiral. A bit weird. |
Beta Was this translation helpful? Give feedback.
-
Fermat spiral -> failure :-( Why? |
Beta Was this translation helpful? Give feedback.
-
Any idea why it fails? The original sites (red points) are not isolated. |
Beta Was this translation helpful? Give feedback.
-
It works when the weights vary from 1 to 2. It fails when they vary more. |
Beta Was this translation helpful? Give feedback.
-
I think some circles are contained into other circles. Can it be the reason of the failure? |
Beta Was this translation helpful? Give feedback.
-
Thanks, I will check that. Let's see what happens on an animation first. The radii vary from We observe that the hyperbolic segments become highly curved. Then it is not surprising that something weird happens. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Could you explain why more edges appear as the radii decrease?
Beta Was this translation helpful? Give feedback.
All reactions