C# Class Section, SumoVizUnity_ModSem

Afficher le fichier Open project: benjaminaaron/SumoVizUnity_ModSem Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Section() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

calcAccel() public méthode

public calcAccel ( ) : void
Résultat void

calcTinSection() public méthode

public calcTinSection ( float v_max ) : void
v_max float
Résultat void

check() public méthode

public check ( ) : string
Résultat string

getCoordAtT() public méthode

public getCoordAtT ( float absoluteTime ) : Vector3
absoluteTime float
Résultat Vector3

getFormulaContrib() public méthode

public getFormulaContrib ( ) : float
Résultat float

getTinSection() public méthode

public getTinSection ( ) : float
Résultat float

setTinSection() public méthode

public setTinSection ( float t_inSection ) : void
t_inSection float
Résultat void

setTupToHere() public méthode

public setTupToHere ( float t_upToHere ) : void
t_upToHere float
Résultat void

thatsMe() public méthode

public thatsMe ( float time ) : bool
time float
Résultat bool