C# 클래스 SectorTess.Seg, DarkForcesUnity

파일 보기 프로젝트 열기: joeriedel/DarkForcesUnity

공개 프로퍼티들

프로퍼티 타입 설명
A Vector2
B Vector2
D float
DA float
DB float
DBmDA float
IdxA int
IdxB int
LN Vector2
N Vector2
WallIdx int

공개 메소드들

메소드 설명
Distance ( Vector2 p ) : float
Flip ( ) : void
InBack ( Vector2 p ) : bool
InFront ( Vector2 p ) : bool
Intersects ( Seg other ) : bool
IsPointOnLine ( Vector2 p ) : bool
Seg ( LEV, sector, int a, int b, int wallIdx ) : System.Collections.Generic
SharesVertex ( Seg other ) : bool

메소드 상세

Distance() 공개 메소드

public Distance ( Vector2 p ) : float
p Vector2
리턴 float

Flip() 공개 메소드

public Flip ( ) : void
리턴 void

InBack() 공개 메소드

public InBack ( Vector2 p ) : bool
p Vector2
리턴 bool

InFront() 공개 메소드

public InFront ( Vector2 p ) : bool
p Vector2
리턴 bool

Intersects() 공개 메소드

public Intersects ( Seg other ) : bool
other Seg
리턴 bool

IsPointOnLine() 공개 메소드

public IsPointOnLine ( Vector2 p ) : bool
p Vector2
리턴 bool

Seg() 공개 메소드

public Seg ( LEV, sector, int a, int b, int wallIdx ) : System.Collections.Generic
sector LEV,
a int
b int
wallIdx int
리턴 System.Collections.Generic

SharesVertex() 공개 메소드

public SharesVertex ( Seg other ) : bool
other Seg
리턴 bool

프로퍼티 상세

A 공개적으로 프로퍼티

public Vector2 A
리턴 Vector2

B 공개적으로 프로퍼티

public Vector2 B
리턴 Vector2

D 공개적으로 프로퍼티

public float D
리턴 float

DA 공개적으로 프로퍼티

public float DA
리턴 float

DB 공개적으로 프로퍼티

public float DB
리턴 float

DBmDA 공개적으로 프로퍼티

public float DBmDA
리턴 float

IdxA 공개적으로 프로퍼티

public int IdxA
리턴 int

IdxB 공개적으로 프로퍼티

public int IdxB
리턴 int

LN 공개적으로 프로퍼티

public Vector2 LN
리턴 Vector2

N 공개적으로 프로퍼티

public Vector2 N
리턴 Vector2

WallIdx 공개적으로 프로퍼티

public int WallIdx
리턴 int