Does anyone know of any open source implementation (preferably in java) of Kallmann's DCDT algorithm? If there's another DCDT algorithm that has been implemented, that may work as well. I wasn't sure if I should post this here or on CSTheory StackExchange, so let me know if this is the wrong place to post.

EDIT: Here's the algorithm: http://infoscience.epfl.ch/record/100269/files/Kallmann_and_al_Geometric_Modeling_03.pdf

有帮助吗?

解决方案 2

He keeps the source code on his web page: http://graphics.ucmerced.edu/software/tripath/index.html

其他提示

I think there is no great difference between the DCDT algorithm from Kallmann, and the implementation in CGAL. At the functionality level, at least: CGAL 2D CDT are as dynamic as the DCDT from Kallmann.

CGAL also has Java bindings, via the cgal-bindings project, and the 2D CDT data structure is wrapped.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top