完成有关如何 使用 Mathematica 中的图形绘制ConvexHull或DelaunayTriangulation的问题,
我现在想在 Graphics中绘制VoronoiDiagram 。
考虑:
Needs["ComputationalGeometry`"]
pts = RandomReal[{0, 10}, {60, 2}];
vdpts=VoronoiDiagram[pts]
完成有关如何 使用 Mathematica 中的图形绘制ConvexHull或DelaunayTriangulation的问题,
我现在想在 Graphics中绘制VoronoiDiagram 。
考虑:
Needs["ComputationalGeometry`"]
pts = RandomReal[{0, 10}, {60, 2}];
vdpts=VoronoiDiagram[pts]