Because of the rounding errors when calculating super-triangle vertex positions the resulting super-triangle does not contain all the vertices. As the result triangulation fails at inserting vertices with the exception:
terminate called after throwing an instance of 'std::runtime_error'
what(): No triangle was found at position
Make sure radius is big enough.
for tiny bounding boxes: use 1.0 as the smallest radius
Input to reproduce the issue (txt-file):
Because of the rounding errors when calculating super-triangle vertex positions the resulting super-triangle does not contain all the vertices. As the result triangulation fails at inserting vertices with the exception:
Make sure radius is big enough.