C# 클래스 FarseerPhysics.Common.Decomposition.CDT.Delaunay.Sweep.AdvancingFront

파일 보기 프로젝트 열기: tinco/Farseer-Physics

공개 프로퍼티들

프로퍼티 타입 설명
Head AdvancingFrontNode
Tail AdvancingFrontNode

보호된 프로퍼티들

프로퍼티 타입 설명
Search AdvancingFrontNode

공개 메소드들

메소드 설명
AddNode ( AdvancingFrontNode node ) : void
AdvancingFront ( AdvancingFrontNode head, AdvancingFrontNode tail ) : System
LocateNode ( TriangulationPoint point ) : AdvancingFrontNode

We use a balancing tree to locate a node smaller or equal to given key value

LocatePoint ( TriangulationPoint point ) : AdvancingFrontNode

This implementation will use simple node traversal algorithm to find a point on the front

RemoveNode ( AdvancingFrontNode node ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
FindSearchNode ( double x ) : AdvancingFrontNode

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 ) : AdvancingFrontNode

메소드 상세

AddNode() 공개 메소드

public AddNode ( AdvancingFrontNode node ) : void
node AdvancingFrontNode
리턴 void

AdvancingFront() 공개 메소드

public AdvancingFront ( AdvancingFrontNode head, AdvancingFrontNode tail ) : System
head AdvancingFrontNode
tail AdvancingFrontNode
리턴 System

LocateNode() 공개 메소드

We use a balancing tree to locate a node smaller or equal to given key value
public LocateNode ( TriangulationPoint point ) : AdvancingFrontNode
point TriangulationPoint
리턴 AdvancingFrontNode

LocatePoint() 공개 메소드

This implementation will use simple node traversal algorithm to find a point on the front
public LocatePoint ( TriangulationPoint point ) : AdvancingFrontNode
point TriangulationPoint
리턴 AdvancingFrontNode

RemoveNode() 공개 메소드

public RemoveNode ( AdvancingFrontNode node ) : void
node AdvancingFrontNode
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Head 공개적으로 프로퍼티

public AdvancingFrontNode,FarseerPhysics.Common.Decomposition.CDT.Delaunay.Sweep Head
리턴 AdvancingFrontNode

Search 보호되어 있는 프로퍼티

protected AdvancingFrontNode,FarseerPhysics.Common.Decomposition.CDT.Delaunay.Sweep Search
리턴 AdvancingFrontNode

Tail 공개적으로 프로퍼티

public AdvancingFrontNode,FarseerPhysics.Common.Decomposition.CDT.Delaunay.Sweep Tail
리턴 AdvancingFrontNode