C# 클래스 Section, SumoVizUnity_ModSem

파일 보기 프로젝트 열기: benjaminaaron/SumoVizUnity_ModSem 1 사용 예제들

공개 메소드들

메소드 설명
Section ( int id, Type type, Vector3 sectionStartCoord, Vector3 sectionEndCoord, float velocReducer, float s_upToHere, float s_inSection ) : System
ToString ( ) : string
calcAccel ( ) : void
calcTinSection ( float v_max ) : void
check ( ) : string
getCoordAtT ( float absoluteTime ) : Vector3
getFormulaContrib ( ) : float
getTinSection ( ) : float
setTinSection ( float t_inSection ) : void
setTupToHere ( float t_upToHere ) : void
thatsMe ( float time ) : bool

메소드 상세

Section() 공개 메소드

public Section ( int id, Type type, Vector3 sectionStartCoord, Vector3 sectionEndCoord, float velocReducer, float s_upToHere, float s_inSection ) : System
id int
type Type
sectionStartCoord Vector3
sectionEndCoord Vector3
velocReducer float
s_upToHere float
s_inSection float
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

calcAccel() 공개 메소드

public calcAccel ( ) : void
리턴 void

calcTinSection() 공개 메소드

public calcTinSection ( float v_max ) : void
v_max float
리턴 void

check() 공개 메소드

public check ( ) : string
리턴 string

getCoordAtT() 공개 메소드

public getCoordAtT ( float absoluteTime ) : Vector3
absoluteTime float
리턴 Vector3

getFormulaContrib() 공개 메소드

public getFormulaContrib ( ) : float
리턴 float

getTinSection() 공개 메소드

public getTinSection ( ) : float
리턴 float

setTinSection() 공개 메소드

public setTinSection ( float t_inSection ) : void
t_inSection float
리턴 void

setTupToHere() 공개 메소드

public setTupToHere ( float t_upToHere ) : void
t_upToHere float
리턴 void

thatsMe() 공개 메소드

public thatsMe ( float time ) : bool
time float
리턴 bool