Ask Your Question

Revision history [back]

Alternatives for deprecated CreateSubdivDelaunay2D on version 2.4.6.0

I'm developing a little application that needs to do a Delaunay triangulation on a set of points. I'm using C++, and as I've seen on the documentation, the function to use is CreateSubdivDelaunay2D, but it is found on the "legacy or deprecated" section of the on-line manual. Is there any alternative to be used for the C++ API? Why is it marked as deprecated? Does it will be removed in the near future?

Thanks in advance!