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

Display angle structure matching equations in the GUI #28

Open
baburton opened this issue Dec 16, 2016 · 2 comments
Open

Display angle structure matching equations in the GUI #28

baburton opened this issue Dec 16, 2016 · 2 comments

Comments

@baburton
Copy link
Member

baburton commented Dec 16, 2016

For extra points, also include the peripheral equations for meridians and longitudes (in the case of a SnapPeaTriangulation).

@baburton
Copy link
Member Author

Note: the peripheral equations are the ones computed by gluing_equations() from SnapPy.

@S-Rafael
Copy link

I may or may not have been one of the users who requested this feature...
So here is my shot at it:

Screenshot

Is that how you would like the ouput to look? Right now, it's a read-only text area which allows the user to easily select and copy out the matrix as a string (optionally, formatted as Latex source).

I haven't done the peripheral equations yet: it's not as simple as calling regina::snappea::get_cusp_equation() because Snappea seems to often simplify the triangulation (via Pachner 3-2 moves) before doing anything else, so we would be getting the equations for the wrong triangulation.

Any feedback will be appreciated, and if you like this feature, I can submit a pull request.

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

2 participants