Свойство | Type | Description | |
---|---|---|---|
Head | |||
Tail |
Свойство | Type | Description | |
---|---|---|---|
Search |
Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
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 | ||
Résultat | void |
public AdvancingFront ( |
||
head | ||
tail | ||
Résultat | System |
public LocateNode ( TriangulationPoint point ) : |
||
point | TriangulationPoint | |
Résultat |
public LocatePoint ( TriangulationPoint point ) : |
||
point | TriangulationPoint | |
Résultat |
public RemoveNode ( |
||
node | ||
Résultat | void |
public AdvancingFrontNode,FarseerPhysics.Common.Decomposition.CDT.Delaunay.Sweep Head | ||
Résultat |
protected AdvancingFrontNode,FarseerPhysics.Common.Decomposition.CDT.Delaunay.Sweep Search | ||
Résultat |