unreal.RigVMFunction_MathDoubleLerp¶
- class unreal.RigVMFunction_MathDoubleLerp(a: float = 0.0, b: float = 0.0, t: float = 0.0, result: float = 0.0)¶
Bases:
RigVMFunction_MathDoubleBaseLinearly interpolates between A and B using the ratio T
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathDouble.h
Editor Properties: (see get_editor_property/set_editor_property)
a(double): [Read-Write] The first value to interpolate fromb(double): [Read-Write] The second value to interpolate toresult(double): [Read-Write] The resulting interpolated valuet(double): [Read-Write] The blend value for the interpolation