![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | Blend2D () |
| Create new blend structure. | |
| T | Blend (float posX, float posY) |
| void | Clear () |
| Empty the blend structure. | |
| void | Insert (float posX, float posY, T value) |
| Insert new value at coordinate [posX, posY]. | |
Private Attributes | |
| ref array< vector > | m_Positions |
| ref array< T > | m_Values |
| ref array< float > | m_Weights |
|
inlineprivate |
Create new blend structure.
Definition at line 15 of file blend2d.c.
References m_Positions, m_Values, and m_Weights.
Definition at line 48 of file blend2d.c.
References Math3D::BlendCartesian(), m_Positions, m_Values, m_Weights, and Vector().
|
inlineprivate |
Empty the blend structure.
Definition at line 37 of file blend2d.c.
References m_Positions, m_Values, and m_Weights.
|
private |