Thomas Weiss
Results
1
issues of
Thomas Weiss
My test: ``` var s1 = new Segment2d(0, 0, 1, 1); var s2 = new Segment2d(0, 1, 1, 0); var i = CGALIntersections.Intersection(s1, s2); ``` Expecting to find a point...