Re: Issue 3884 in sympy: Polygon should raise an error if sides cross

2013-06-12 Thread sympy
Comment #1 on issue 3884 by smi...@gmail.com: Polygon should raise an error if sides cross http://code.google.com/p/sympy/issues/detail?id=3884 the issue has to do with removal of collinear points; the first should be Triangle((0,0),(3,2),(4,2)) and the second Segment((0,0),(1,0)) -- You

Issue 3884 in sympy: Polygon should raise an error if sides cross

2013-06-11 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3884 by smi...@gmail.com: Polygon should raise an error if sides cross http://code.google.com/p/sympy/issues/detail?id=3884 When Polygon gets crossing sides, it silently gives something else