![]() |
Dayz Explorer 1.28.160049
|
Classes | |
| class | Math3D |
Enumerations | |
| enum | ECurveType { CatmullRom , NaturalCubic , UniformCubic } |
Functions | |
| proto native vector | Vector (float x, float y, float z) |
| Vector constructor from components. | |
| enum ECurveType |
| Enumerator | |
|---|---|
| CatmullRom | |
| NaturalCubic | |
| UniformCubic | |
Definition at line 20 of file enmath3d.c.
Vector constructor from components.
| x | float x component |
| y | float y component |
| z | float z component |
vector resulting vector