Comment #13 on issue 2233 by smi...@gmail.com: Triangle errors
http://code.google.com/p/sympy/issues/detail?id=2233

see [ https://github.com/sympy/sympy/pull/281 ]

    h[1] >>> p1, p2, p3 = Point(0, 0), Point(1, 1), Point(2, 2)
    h[1] >>> Triangle(p1,p2,p3)
    Segment(Point(0, 0), Point(2, 2))


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to