我试图使用spatstat函数' Delaunay‘在R中生成delaunay三角剖分。但是,我查看了文档,似乎没有设置最大长度的参数。我注意到了这篇文章:How to set maximum length of triangle side in Delaunay triangulation in R?这似乎和我想做的事情是一样的,但因为我的点模式很大,所以我更喜欢一个简单而快速的解决方案。谢谢! 下面是我
所以我想知道当你为一个不存在的邻居调用邻居函数时,在CGAL Delaunay三角剖分中会发生什么。在文档()中,它这样写道:
The neighbor with index i is the neighbor which is opposite to the vertex with index i.但并不是所有的三角形都可以有3个邻居。边和角三角形只能与2相邻。假设它现在必须返回一个Face_handle,那么对于不存在的邻居会发生