This website requires JavaScript.
Explore
Help
Sign In
phynexis-deps
/
cgal
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
cf4a809457a3b00a2bf5a1741fec4be4533e05f8
cgal
/
Advancing_front_surface_reconstruction
/
include
T
History
dangerski
cf4a809457
Prevent infinite loop in Advancing front surface reconstruction. In some cases K can become really large but doesn't get to infinity and instead gets into a situation where K + epsilon == K and the the while loop never exits. So we check for the case where K stops changing and exits.
2019-03-12 10:49:43 -06:00
..
CGAL
Prevent infinite loop in Advancing front surface reconstruction. In some cases K can become really large but doesn't get to infinity and instead gets into a situation where K + epsilon == K and the the while loop never exits. So we check for the case where K stops changing and exits.
2019-03-12 10:49:43 -06:00