-
In Gitlab by @chraibi on Nov 4, 2015, 16:03 [[origin](https://gitlab.version.fz-juelich.de/jupedsim/jpscore/issues/142)]
Following this template
""" …
-
## Issue Details
Voronoi_Diagram_2 crash on vertex enumeration,printing:
CGAL error: assertion violation!
Expression : is_finite(d)
File : D:\artauto\3rd\env_win\include\CGAL/Interval_nt.h…
-
作者你好,分享的项目非常棒,我下了你的代码也测试了一下,可以做中心线提取,因为中心线是根据每个位置的最小内接球来确定的,我想将最小内结球的Voronoi diagram显示出来,我尝试在Centerlin.cpp文件中的CalculateCenterline()函数里加了centerlinesFilter->SetGenerateVoronoiDiagram(m_appendEndPointsFl…
-
-
- [ ] Graham Scan algorithm for Convex Hull in **O(nlogn)**
- [ ] Online construction of 3-D convex hull in **O(n2)**
- [ ] Bentley Ottmann algorithm to list all intersection points of n line segmen…
-
In Gitlab by @rickyspy on Dec 21, 2016, 16:11 [[origin](https://gitlab.version.fz-juelich.de/jupedsim/jpscore/issues/232)]
In Branch: Xiao
`CalculatePolygonArea()` returns segFault.
`voronoinodes.…
-
In Gitlab by @bsmoehring on May 8, 2018, 16:26 [[origin](https://gitlab.version.fz-juelich.de/jupedsim/jpscore/issues/274)]
## Summary
Dear all, I am receiving an error in jpscore running the la…
-
Thanks for the super awesome OSMnx package you have put together. I truly enjoyed going through your demos and examples and learned a lot. However, I miss seeing an example relevant to the following u…
-
## Issue Details
Voronoi_diagram_2 return a finite voronoi edge with a vertex having a invalid coordinate(super large).
## Source Code
```
#include
#include
#define CGAL_HEADER_ONLY 1
…
-
Regarding
> JavaScript hosts might additionally provide:
>
> STRING | Converts the next two arguments from a pair of i32s to a utf8 string. It treats the first as an address in linear memory of …