unreal.RigVMFunction_MathVectorLerp¶
- class unreal.RigVMFunction_MathVectorLerp(a: Vector = Ellipsis, b: Vector = Ellipsis, t: float = 0.0, result: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathVectorBaseLinearly interpolates between A and B using the ratio T
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathVector.h
Editor Properties: (see get_editor_property/set_editor_property)
a(Vector): [Read-Write]b(Vector): [Read-Write]result(Vector): [Read-Write]t(float): [Read-Write]