C# Класс Section, SumoVizUnity_ModSem

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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