I'm trying to calculate the infinity edges of a Delaunay triangulation. I have the main points that can help me collect the vertices for the voronoi diagram. The issue is that I'm not sure how or where to start to calculate the lines that go towards infinity
The ones marked in blue and their connecting line is what i'm trying to calculate The ones marked in Yellow are the ones i already know the points to based on triangulation process.
I'm not sure what kind of calculations i should be making in order to get them. Can anyone suggest a formula or method to calculate them? I can't seem to find information about this anywhere.