Hi all,
Found logic for above task, i am creating offset to the required curve with a certain distance and finding distance between intersection point of offsets and passing through point.
Now, For circle be tangent to two object and passing through a point, the distance between intersection point and offset distance should be equal. tried to find this distance/Point by running a loop and updating the offset distance but loop is taking too much time for run and not getting any result. Can anyone tell me what mistake i am doing or how can i code this looping to be faster in Python.
