python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to fix "Qt requires a C++17 compiler" error?
I installed with brew the CGAL C++ library.
After doing cmake . in the first basic example , I do make and I got a sequence of errors, the first one and most important is:
/usr/local/include/QtCore/qg...
bob_bill
Votes: 0
Answers: 2
In CGAL, face extended arrangement: vertex iterator returns some vertices more than once
In CGAL, I have a face extended arrangement. When I loop over the vertices using Vertex_iterator, sometimes some vertices are returned more than once. Is the Vertex_iterator guaranteed to return eac...
Edward C. Jones
Votes: 0
Answers: 0
How to run a volumetric subdivision in cgal?
I have a volumetric mesh and want to make the mesh dense. I also want to keep the original nodes in the new mesh, so am wondering if in cgal, there is a simple way to do it? An example will be to add ...
f. c.
Votes: 0
Answers: 1
Is there any way to speed up the calculation of intersections with the CGAL::intersection() function/?
I am attempting to find the intersections of many polygons_with_holes to check the topology of a map. However, when using the CGAL::intersection() defined here (under 2D Regularized Boolean Set-Operat...
adisidev
Votes: 0
Answers: 0