Skip to content

Commit

Permalink
A draft of generalized Voronoi cells
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Feb 21, 2024
1 parent 71eb143 commit b3d1d48
Show file tree
Hide file tree
Showing 3 changed files with 1,251 additions and 1,170 deletions.
5 changes: 5 additions & 0 deletions flatsurf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@
HalfTranslationSurface,
TranslationSurface
)

from flatsurf.geometry.voronoi import VoronoiTessellation

# TODO: Setup __all__ to fix complaints about unused variables.
# TODO: Drop __version__ and use package version instead.
Loading

0 comments on commit b3d1d48

Please sign in to comment.