Свойство | Тип | Описание | |
---|---|---|---|
Head | |||
Tail |
Свойство | Тип | Описание | |
---|---|---|---|
Search |
Метод | Описание | |
---|---|---|
AddNode ( |
||
AdvancingFront ( |
||
LocateNode ( TriangulationPoint point ) : |
We use a balancing tree to locate a node smaller or equal to given key value
|
|
LocatePoint ( TriangulationPoint point ) : |
This implementation will use simple node traversal algorithm to find a point on the front
|
|
RemoveNode ( |
||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
FindSearchNode ( double x ) : |
MM: This seems to be used by LocateNode to guess a position in the implicit linked list of AdvancingFrontNodes near x Removed an overload that depended on this being exact
|
|
LocateNode ( double x ) : |
public AddNode ( |
||
node | ||
Результат | void |
public AdvancingFront ( |
||
head | ||
tail | ||
Результат | System |
public LocateNode ( TriangulationPoint point ) : |
||
point | TriangulationPoint | |
Результат |
public LocatePoint ( TriangulationPoint point ) : |
||
point | TriangulationPoint | |
Результат |
public RemoveNode ( |
||
node | ||
Результат | void |
public AdvancingFrontNode,Poly2Tri.Triangulation.Delaunay.Sweep Head | ||
Результат |
protected AdvancingFrontNode,Poly2Tri.Triangulation.Delaunay.Sweep Search | ||
Результат |