The line segment connecting the two Sites is part of the Delaunay triangulation The line segment connecting the two Vertices is part of the Voronoi diagram
Edge
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing2D.Math2D.DelaunayVoronoi.Edge
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CreateBisectingEdge | 1 | This is the only way to create a new Edge |
| SelectEdgesForSitePoint | 1 | |
| Vertex | 1 | |
| SetVertex | 1 | |
| IsPartOfConvexHull | 1 | |
| SitesDistance | 1 | |
| CompareSitesDistances_MAX | 1 | |
| CompareSitesDistances | 1 | |
| Visible | 1 | |
| Site | 1 | |
| Dispose | 1 | |
| Init | 1 | |
| ToString | 1 | |
| ClipVertices | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| LeftVertex | 1 | |
| RightVertex | 1 | |
| ClippedEnds | 1 | |
| LeftSite | 1 | |
| RightSite | 1 | |
| EdgeIndex | 1 |
04 Fields
05 Members
CreateBisectingEdge(
Site, Site)This is the only way to create a new Edge
a
b
c
DELETED
LeftVertex
RightVertex
ClippedEnds
LeftSite
RightSite
EdgeIndex
SelectEdgesForSitePoint(
Vector2D, List(Of Edge))Vertex(
LR)SetVertex(
LR, Vertex)IsPartOfConvexHull()
SitesDistance()
Visible()
Site(
LR)Dispose()
Init()
ToString()
ClipVertices(
Rectf)