Input file assumptions #151
-
Hi again, I would like to execute the example I was passing an v 0 1 0
v 1 0 0
v 2 2 0
... assuming the algorithm would then interpret the third column as the weights of the points ( However, when I wanted to pass something like this for v 0 1 1 0
v 1 1 0 0
v 2 2 2 0
... I get a How do I then pass weights for 3d points ? And is my assumption for the 2d case correct? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The example program
|
Beta Was this translation helpful? Give feedback.
The example program
compute_delaunay
does not compute weighted triangulations, see the documentation here for an example of weighted triangulation.Regarding file formats: