Intersection between edges error when perpendicular and intersecting
Closed this issue · 0 comments
alvpickmans commented
When doing edge1.Intersection(edge2)
and edge1
is perpendicular to edge2
and intersecting on one of edge1
's vertex, returned intersection is that vertex. On this case the dot product is also 0 but they are not parallel.
Graphical/Graphical/src/Geometry/gEdge.cs
Lines 112 to 137 in c51ff69