Skip to content

Commit

Permalink
Refactor get_BZ and implement it as BZ class
Browse files Browse the repository at this point in the history
The previous `get_BZ` function was refactored and a class was added to represent a BZ. The faces, triangles, hull and delaunaycan be accessed as properties. This is to avoid that the values are changed by the users. Moreover, a new method was added to check if a point is within the BZ.
  • Loading branch information
t-reents committed Dec 4, 2024
1 parent d24e1fe commit b056ae2
Showing 1 changed file with 358 additions and 246 deletions.
Loading

0 comments on commit b056ae2

Please sign in to comment.