PedestrianDynamics / jupedsim

JuPedSim is an open source pedestrian dynamics simulator
http://jupedsim.org
Other
41 stars 28 forks source link

Calculate Voronoi Area #358

Closed chraibi closed 5 years ago

chraibi commented 5 years ago

In Gitlab by @rickyspy on Dec 21, 2016, 16:11 [origin]

In Branch: Xiao

CalculatePolygonArea() returns segFault.

voronoinodes.size() can be smaller than 3, but should not.

chraibi commented 5 years ago

In Gitlab by @rickyspy on Jan 8, 2017, 23:14

The point is that the boundaries of Voronoi diagram are not well managed. As a result, it is necessary to set the boundary rule of our Voronoi diagram for different boundaries situations, e.g. periodic boundary, open boundary and wall boundary.

chraibi commented 5 years ago

In Gitlab by @chraibi on Jun 13, 2018, 16:41

removed milestone