Closed skariel closed 10 years ago
a = Point(1.1, 1.1) b = Point(1.2, 1.2) c = Point(1.3, 1.3) mytriangle = Primitive(a, b, c) incircle(mytriangle, Point(1.25, 1.25))
gives 2, should give 0
fixed in latest commit!
gives 2, should give 0