DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Insert()

void Blend2D< Class T >::Insert ( float posX,
float posY,
T value )
inlineprivate

Insert new value at coordinate [posX, posY].

См. определение в файле Blend2D.c строка 26

27 {
28 m_Positions.Insert(Vector(posX, posY, 0));
29 m_Values.Insert(value);
30 m_Weights.Insert(0);
31 }
ref array< T > m_Values
Определения Blend2D.c:8
ref array< vector > m_Positions
Определения Blend2D.c:7
ref array< float > m_Weights
Определения Blend2D.c:9
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

Перекрестные ссылки m_Positions, m_Values, m_Weights и Vector().