PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Computational Geometry Package
>
Computational Geometry
Package Symbol
Computational Geometry Package
Tutorials »
|
ConvexHull
DelaunayTriangulation
See Also »
|
Computational Geometry Package
More About »
TileAreas
TileAreas[{{
x
1
,
y
1
}, {
x
2
,
y
2
},
...
}, {
q
1
,
q
2
,
...
},
val
]
finds the areas of the tiles centered on
{
x
i
,
y
i
}
and having vertices
q
j
as stipulated by the vertex adjacency list
val
.
MORE INFORMATION
To use
TileAreas
, you first need to load the
Computational Geometry Package
using
Needs
["ComputationalGeometry`"]
.
The polygon described by the vertices
v
1
,
v
2
,
...
in an element
{
i
, {
v
1
,
v
2
,
...
}}
of the vertex adjacency list must contain the point
{
x
i
,
y
i
}
.
SEE ALSO
ConvexHull
DelaunayTriangulation
TUTORIALS
Computational Geometry Package
MORE ABOUT
Computational Geometry Package
© 2008 Wolfram Research, Inc.