Re: Fragmenting a Rectangle
- To: mathgroup at smc.vnet.net
- Subject: [mg115209] Re: Fragmenting a Rectangle
- From: "W. Craig Carter" <ccarter at mit.edu>
- Date: Tue, 4 Jan 2011 04:26:29 -0500 (EST)
Hello Bruce Colletti,
There is an example of how to do this with BoundedDiagram in the Computational Geometry Tutorial. I believe what you want is a Voronoi tesselation.
Craig Carter
On 2 Jan, 2011, at 4:58 AM, Bruce Colletti wrote:
> Re Mathematica 8.0.
>
> How would I randomly tesselate a rectangular region?
>
> That is, how to fragment Rectangle[a,b] by connecting its corners to random
> interior points {x1,...xN}?
>
> This is probably easy using PlanarGraph2D, but I'm missing the obvious way
> to accommodate the rectangle's corners.
>
> Thanks.
>
> Bruce
>
>
>