C# 클래스 FarseerPhysics.Common.Decomposition.Seidel.Node

파일 보기 프로젝트 열기: tinco/Farseer-Physics 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ParentList List

보호된 프로퍼티들

프로퍼티 타입 설명
LeftChild Node
RightChild Node

공개 메소드들

메소드 설명
Locate ( Edge s ) : Sink
Replace ( Node node ) : void

보호된 메소드들

메소드 설명
Node ( Node left, Node right ) : System.Collections.Generic

메소드 상세

Locate() 공개 추상적인 메소드

public abstract Locate ( Edge s ) : Sink
s Edge
리턴 Sink

Node() 보호된 메소드

protected Node ( Node left, Node right ) : System.Collections.Generic
left Node
right Node
리턴 System.Collections.Generic

Replace() 공개 메소드

public Replace ( Node node ) : void
node Node
리턴 void

프로퍼티 상세

LeftChild 보호되어 있는 프로퍼티

protected Node,FarseerPhysics.Common.Decomposition.Seidel LeftChild
리턴 Node

ParentList 공개적으로 프로퍼티

public List ParentList
리턴 List

RightChild 보호되어 있는 프로퍼티

protected Node,FarseerPhysics.Common.Decomposition.Seidel RightChild
리턴 Node