Hi all, I'm New using in sympy I would like to use sympy.geometry for my pythoncad Application.
There are any way to find a tangent line of a circle or ellipse given as constraint an external point ?.. somthing like Line=TangentLine(Circle,Point) where point is an external entity of the circle ? I found the Circle.tangent_line(Point) .. but this means that i have to know the tangent point .. There are simple way to do such a operation ? Regards Matteo -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
