Area calculation for non-triangle face of a surface mesh #7817
Unanswered
TomTheVercetti
asked this question in
Q&A
Replies: 1 comment
-
The doc for |
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
-
Hi CGAL community,
I want to calculate area of a mesh face, which in this example is a 5by5 rectangle:
I expect 25 as a result but I get 12.5.
Can you please explain why?
This is my full code:
Beta Was this translation helpful? Give feedback.
All reactions