Replies: 3 comments
-
I have built an object using the type Alpha _ shape _ 3. How do I calculate the volume of that object? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Iterate over the cells in the alpha shape using this iterator and sum up the volume of the tetrahedra |
Beta Was this translation helpful? Give feedback.
0 replies
-
See my code here ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please use the following template to help us solving your issue.
Issue Details
Describe your issue. Please be specific (compilation error, runtime error, unexpected behavior, wrong results, etc.).
Source Code
If your issue arises by using CGAL in your own source code, please provide a minimalist example that we can compile easily to reproduce the bug. If your issue arises from using a CGAL program (demo, example, etc.), please let us know which one. Helping you solving an issue is much easier and efficient if we can reproduce it.
Environment
Beta Was this translation helpful? Give feedback.
All reactions