What is the difference between the CGAL a开发者_如何转开发nd the VTK libraries? Both incorporate a lot of the standard geometric algorithms. Can anyone list some application domains where the one is p
How to get/iterate over all the edges in the 2D delaunay graph in CGAL (C++)开发者_运维知识库?
I tried to build cgal-python and had the following errors (just a snippet): In file included from /opt/local/include/boost/config.hpp:40,
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
After reading about it I\'ve come to this: #include <vector> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
I am trying to debug an asse开发者_StackOverflow中文版rtion failure exception I get with the CGAL library. CGAL has well placed debug and trace statements all over the library, which I can use to unde
I\'m getting an attribute error using swig to wrap a c function for use in python code.I\'ve got other functions alongside chap that work just fine, but some strange reason this one will not work :/
Given a 3D line开发者_如何学Python in CGAL, how do I compute a point on that line that is some known distance from an endpoint?If you have two points P0 and P1, you can make a vector V = P1 - P0.
from CGAL.Kernel import * raises an exception as follows: File \"C:/Python26/Lib/site-packages/cgal\\CGAL\\__init__.py\", line 1, in <module开发者_开发知识库>
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.