BlendFunctionInterface Class Reference

#include <blend_function.h>

Inheritance diagram for BlendFunctionInterface:

详细描述

Blend function class. The registry BlendFunctions allow to iterate over all available blend functions.

公共成员函数

MAXON_METHOD Result < 数据 MapValue ( Float x, const 数据 &startValue, const 数据 &endValue)

成员函数文档编制

◆  MapValue()

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.