GispoCoding / kimu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intersection tool: Add a possibility that the lines do not intersect

pavetsu14 opened this issue · comments

It is possible that the lines do not intersect at all if the two lines are parallel!

Is it possible that the lines intersect so far away that there is no point in drawing the intersection point? Can we determine some kind of bounding box for limiting the area of meaningful results?

Fixed with branch Resolves#4