ACG::Geometry::triangleIntersection has way too large epsilon on the
area of the triangle causing it to find no intersections in settings with moderately small triangles. Choosing an epsilon relative to the underlying floating point type now. Fixes #84.
Please register or sign in to comment