![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| float | GetInitSpeedCoef () |
| float | GetWindSpeed () |
| array< float > | GetDataByAngle (float angle) |
| array< float > | GetDataByDisance (float distance, bool directFire) |
| void | SCR_ProjectileWindData (float initSpeedCoef, float windSpeed, notnull TVectorArray values, notnull TVectorArray firingSolutions) |
Protected Attributes | |
| float | m_fInitSpeedCoef |
| float | m_fWindSpeed |
| ref TVectorArray | m_aFiringSolution |
| ref TVectorArray | m_aValues |
Definition at line 2 of file SCR_ProjectileWindData.c.
|
inlineprotected |
| [in] | initSpeedCoef | |
| [in] | windSpeed | |
| [in] | values | |
| [in] | firingSolutions |
Definition at line 187 of file SCR_ProjectileWindData.c.
| [in] | angle | in radians |
Definition at line 47 of file SCR_ProjectileWindData.c.
|
inlineprotected |
| [in] | distance | |
| [in] | directFire |
Definition at line 103 of file SCR_ProjectileWindData.c.
|
inlineprotected |
Definition at line 26 of file SCR_ProjectileWindData.c.
|
inlineprotected |
Definition at line 33 of file SCR_ProjectileWindData.c.
|
protected |
[0] elevation angle [1] distance to point of impact [2] peak altitude
Definition at line 16 of file SCR_ProjectileWindData.c.
|
protected |
[0] azimuth correction due to the perpendicular wind [1] distance difference due to the parallel wind [2] angle of impact
Definition at line 22 of file SCR_ProjectileWindData.c.
|
protected |
Definition at line 5 of file SCR_ProjectileWindData.c.
|
protected |
Definition at line 8 of file SCR_ProjectileWindData.c.