#include <blend_function.h>
Blend function class. The registry BlendFunctions allow to iterate over all available blend functions.
公共成员函数 |
|
MAXON_METHOD Result < 数据 > | MapValue ( Float x, const 数据 &startValue, const 数据 &endValue) |
MAXON_METHOD Result < 数据 > MapValue | ( | Float | x , |
const 数据 & | startValue , | ||
const 数据 & | endValue | ||
) |
Maps a value for a given x value based on the given startValue and endValue.