Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sage_input support for some geometry objects #14409

Closed
vbraun opened this issue Apr 3, 2013 · 5 comments
Closed

sage_input support for some geometry objects #14409

vbraun opened this issue Apr 3, 2013 · 5 comments

Comments

@vbraun
Copy link
Member

vbraun commented Apr 3, 2013

This is sometimes handy:

  sage: fan = Fan([Cone([(1,0), (1,1)]), Cone([(-1,-1)])])
  sage: sage_input(fan)
  Fan(cones=[[0, 1], [2]], rays=[(1, 0), (1, 1), (-1, -1)])

Component: geometry

Author: Volker Braun

Reviewer: Andrey Novoseltsev

Merged: sage-5.9.beta5

Issue created by migration from https://trac.sagemath.org/ticket/14409

@vbraun

This comment has been minimized.

@vbraun
Copy link
Member Author

vbraun commented Apr 3, 2013

Attachment: trac_14409_geometry_sage_input.patch.gz

Initial patch

@novoselt
Copy link
Member

novoselt commented Apr 4, 2013

comment:3

Cool, I didn't know we have such things!

@novoselt
Copy link
Member

novoselt commented Apr 8, 2013

Reviewer: Andrey Novoseltsev

@jdemeyer
Copy link

Merged: sage-5.9.beta5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants