C# Class FarseerPhysics.Common.Decomposition.Seidel.Node

Afficher le fichier Open project: tinco/Farseer-Physics Class Usage Examples

Méthodes publiques

Свойство Type Description
ParentList List

Protected Properties

Свойство Type Description
LeftChild Node
RightChild Node

Méthodes publiques

Méthode Description
Locate ( Edge s ) : Sink
Replace ( Node node ) : void

Méthodes protégées

Méthode Description
Node ( Node left, Node right ) : System.Collections.Generic

Method Details

Locate() public abstract méthode

public abstract Locate ( Edge s ) : Sink
s Edge
Résultat Sink

Node() protected méthode

protected Node ( Node left, Node right ) : System.Collections.Generic
left Node
right Node
Résultat System.Collections.Generic

Replace() public méthode

public Replace ( Node node ) : void
node Node
Résultat void

Property Details

LeftChild protected_oe property

protected Node,FarseerPhysics.Common.Decomposition.Seidel LeftChild
Résultat Node

ParentList public_oe property

public List ParentList
Résultat List

RightChild protected_oe property

protected Node,FarseerPhysics.Common.Decomposition.Seidel RightChild
Résultat Node