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

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

공개 프로퍼티들

프로퍼티 타입 설명
Above Trapezoid
B float
Below Trapezoid
MPoints HashSet
P Point
Q Point
Slope float

공개 메소드들

메소드 설명
AddMpoint ( Point point ) : void
Edge ( Point p, Point q ) : System.Collections.Generic
IsAbove ( Point point ) : bool
IsBelow ( Point point ) : bool

메소드 상세

AddMpoint() 공개 메소드

public AddMpoint ( Point point ) : void
point Point
리턴 void

Edge() 공개 메소드

public Edge ( Point p, Point q ) : System.Collections.Generic
p Point
q Point
리턴 System.Collections.Generic

IsAbove() 공개 메소드

public IsAbove ( Point point ) : bool
point Point
리턴 bool

IsBelow() 공개 메소드

public IsBelow ( Point point ) : bool
point Point
리턴 bool

프로퍼티 상세

Above 공개적으로 프로퍼티

public Trapezoid,FarseerPhysics.Common.Decomposition.Seidel Above
리턴 Trapezoid

B 공개적으로 프로퍼티

public float B
리턴 float

Below 공개적으로 프로퍼티

public Trapezoid,FarseerPhysics.Common.Decomposition.Seidel Below
리턴 Trapezoid

MPoints 공개적으로 프로퍼티

public HashSet MPoints
리턴 HashSet

P 공개적으로 프로퍼티

public Point,FarseerPhysics.Common.Decomposition.Seidel P
리턴 Point

Q 공개적으로 프로퍼티

public Point,FarseerPhysics.Common.Decomposition.Seidel Q
리턴 Point

Slope 공개적으로 프로퍼티

public float Slope
리턴 float