David Stoutamire
Results
2
issues of
David Stoutamire
I occasionally see failures such as: 499620: -97.2295 33.8188 -8.5 499619: -97.2295 33.8188 -8.5 499621: -97.2295 33.8188 -8.5 |v0 - v1| = 3.69482e-13 |v1 - v2| = 3.69482e-13 |v2 -...
bug
I've been using code similar to this to compute a signed distance field: xmin, ymin, zmin = bbox_min xs, ys, zs = shape xar = xmin + np.arange(0., xs) *...