Пример #1
0
 // BLEND - FLOAT and VECTOR.
 public float Blend(float stackValue, Vector4 moduleValue, float weightValue)
 {
     return(Blend(stackValue, AmpsHelpers.ConvertVectorFloat(moduleValue), weightValue));
 }