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 Nov 10, 2024
1 parent d24e1fe commit 0028e8f
Showing 1 changed file with 338 additions and 250 deletions.
Loading

0 comments on commit 0028e8f

Please sign in to comment.