-
Notifications
You must be signed in to change notification settings - Fork 31
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
Surface plotting with arbitrarily distributed samples #303
base: main
Are you sure you want to change the base?
Conversation
Still to do: Fix a small bug observable in voronoi_fixed and ensure that VoronoiVisual works for vectorData. |
2443d91 should sort one of the to-dos |
4b90e27 puts in a workaround solution for the border edge site z computation problem - to add float::epsilon() to the border for all surfaces. |
The next to-do is to finish plotting surfaces with a selected z direction. This currently works, but the 2D grid plotted when debugging the grid is not rotated correctly. Shouldn't be hard to resolve this. |
With cells drawn as a Voronoi pattern, you can plot a surface from any distribution of samples of the surface value.