I'm having a problem with the tkinter canvas item, I don't know how to create endless lines essentially! I've searched around quite a bit, but I just got the Tip to drive it veeeeeeeeeeeeeeeery long, much more than I would need. Since I'm writing a program to create tangents on mathematical courbes, this don't really helps me out.
Thank you very much!
Edit:
My code in structure:
1) get courbe/ term of courbe
2) calculate coordinates of 2 points on tangential line
3) calculate two points on the tangential
4) create endless line going through the 2 points
Question: How to do 4)