Currently (as the reference you gave already said) it is only implemented for 3d objects. Try the following for example:
sage: c=circle((1,1,1),1) sage: c.translate((1,3,4)) sage: c.rotateX(2) -- 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/sage-support URL: http://www.sagemath.org
