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

◆ BlendCartesian()

static proto void Math3D::BlendCartesian ( vector samplePosition,
notnull array< vector > inPositions,
notnull array< float > outWeights )
staticprivate

Output 2D blend space weights for inPositions when sampled at samplePosition

Аргументы
samplePosition[X, Y, unused] coordinate to sample the 2d space
inPositions[X, Y, unused] positions in the 2d space
outWeightsOutput weights for individual nodes 1:1 to inPositions

Используется в Blend2D< Class T >::Blend().