cgal
CGAL versus VTK
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[详细]
2023-04-12 08:02 分类:问答CGAL 2D Delaunay Triangulation: How to get all the edges
How to get/iterate over all the edges in the 2D delaunay graph in CGAL (C++)开发者_运维知识库?[详细]
2023-04-03 05:40 分类:问答compile cgal-python
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,[详细]
2023-03-23 19:39 分类:问答Is there a free C++ IDE for Linux with these features? [closed]
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.[详细]
2023-03-22 04:11 分类:问答CGAL: Find face/triangle a point belongs to?
After reading about it I\'ve come to this: #include <vector> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>[详细]
2023-03-22 01:15 分类:问答How to build CGAL with tracing enabled (esp CGAL_NEF_TRACEN)
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[详细]
2023-03-04 13:30 分类:问答_swig_getattr AttributeError
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 :/[详细]
2023-01-27 00:41 分类:问答How to compute a point on a line in CGAL
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.[详细]
2023-01-12 12:30 分类:问答cgal python exception
from CGAL.Kernel import * raises an exception as follows: File \"C:/Python26/Lib/site-packages/cgal\\CGAL\\__init__.py\", line 1, in <module开发者_开发知识库>[详细]
2023-01-10 22:31 分类:问答Points, Lines, and Polygons on Spheres with C/C++ [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-28 05:43 分类:问答