-
Notifications
You must be signed in to change notification settings - Fork 10
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
monotile notebook #238
base: master
Are you sure you want to change the base?
monotile notebook #238
Conversation
I think that some of the logic in the notebook should be converted in a "translation surface wizard". |
Yes. It's somewhat tedious to do all this without a wizard. |
@videlec you need to add the notebook to the documentation in the examples section btw. |
- improve the notebook - add it in the documentation index
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. The notebook ends without any conclusion of sorts but I think this can be merged.
|
||
```{code-cell} | ||
S1.triangulate() | ||
``` | ||
|
||
```{code-cell} | ||
S2.triangulate() | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you want to comment on these or just leave them like this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you want to comment on these or just leave them like this?
For now I just want to play with the surface to test what works and what does not work. I would prefer #93 to be solved first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally, I would also like to visualize the plane tiling using rotation/reflection of the tile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally, I would also like to visualize the plane tiling using rotation/reflection of the tile.
It would not be hard to extend hyperbolic tessellations to tilings of the plane.
Documentation preview for this PR is ready! 🎉 |
Add a notebook for playing with the monotile (a non-convex polygon tiling the plane)
Checklist
doc/news/
doc/geometry
ordoc/graphical
: irrelevantFailures to be fixed in other PR