【发布时间】:2011-09-22 14:15:48
【问题描述】:
完成有关如何在 Mathematica 中使用图形绘制 ConvexHull 或 DelaunayTriangulation 的问题,
我现在想在 Graphics 中绘制 VoronoiDiagram。
考虑:
Needs["ComputationalGeometry`"]
pts = RandomReal[{0, 10}, {60, 2}];
vdpts=VoronoiDiagram[pts]
【问题讨论】:
标签: graphics wolfram-mathematica computational-geometry voronoi