Comment #1 on issue 2963 by [email protected]: geoemtry objects should derive from Basic
http://code.google.com/p/sympy/issues/detail?id=2963

Also, there's a bunch of really bad OOP in the module. For example, Circle redefines vradius, hradius, major, and minor, when these can be determined from the superclass (Elipse).

And by the way, subclassing from tuple is **not** necessary; this is just a hackish way of doing the same things as .args.

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

Reply via email to