The Computational Geometry Algorithms Library (CGAL) is a software library that aims to provide easy access to efficient and reliable algorithms in computational geometry.
I'm using a library from CGAL which during the linking stage of my code compilation produces a lot of linking …
visual-studio visual-c++ linker warnings cgalfor a project I need to create an executable that includes all the libraries that I used (opencv, cgal) in …
c++ opencv compilation cmake cgalI am looking for an algorithm or library (better) to break down a polygon into triangles. I will be using …
graphics geometry direct3d triangulation cgalI am using CGAL's (the latest) KD-tree implementation for searching nearest neighbors in point sets. And also Wikipedia and other …
c++ data-structures raytracing kdtree cgalI'd like to play around with some (2D) Delaunay triangulations, and am looking for a reasonably small library to work …
c++ geometry triangulation cgalWhen I execute my C++ code (which uses the CGAL library) under debug mode, I see a lot of debug …
visual-studio exception visual-c++ debugging cgalI need a library to handle computational geometry in a project, especially boolean operations, but just about every feature is …
python binding garbage-collection computational-geometry cgalI'm a beginner in working with CGAL libraries , I tried to run a combinatorial map example qt-creator on fedora after …
c++ qt-creator fedora cgal