Considering the following example (from Sjoerd Solution on plotting a ConvexHull)
Needs["ComputationalGeometry`"]
pts = RandomReal[{0, 10}, {60, 2}];
dtpts=DelaunayTriangulation[pts]
I would now like to plot the DelaunayTriangulation for a set of point but can`t figure out the Plot syntax using Graphics.
Thoughts ?
And if you need real polygons: