CGAL / cgal-swig-bindings

CGAL bindings using SWIG
Other
346 stars 93 forks source link

move_if_no_collision and move missing in Delaunay_triangulation_2 #177

Open ugogon opened 4 years ago

ugogon commented 4 years ago

Hello,

it seems that move_if_no_collision and move are missing in Delaunay_triangulation_2.

see: https://doc.cgal.org/latest/Triangulation_2/classCGAL_1_1Delaunay__triangulation__2.html#a2c543a671d71d57d178354249e1c66a2

Is there a reason for this, did I miss something?

kind regards

sloriot commented 4 years ago

It is most probably because the function haven't been added. It should be pretty straightforward to add them. You can try to submit a PR if you want. If you are not sure about what do you, I'll have a look later or @maxGimeno might have some time also at some point.