Constructing Delaunay triangulation from 3D points

298 Views Asked by At

Are the Delaunay triangulation (or Delaunay triangulation variations such as constrained Delaunay) rules apply only for 2D? In other words, to triangulate points with a Z value is it require to omit the Z values first, calculate the Delaunay triangulation, and then add the Z value to the relevant points?