You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm want to create Delaunay triangulation in 3D.
I find your implementation interesting.
Have you been giving any thought on what this line could look like in 3D:
boundary.append((T[(edge+1) % 3], T[(edge-1) % 3], tri_op))?
Hi
I'm want to create Delaunay triangulation in 3D.
I find your implementation interesting.
Have you been giving any thought on what this line could look like in 3D:
boundary.append((T[(edge+1) % 3], T[(edge-1) % 3], tri_op))?