unreal.RigVMFunction_MathVectorLerp

class unreal.RigVMFunction_MathVectorLerp(a: Vector = Ellipsis, b: Vector = Ellipsis, t: float = 0.0, result: Vector = Ellipsis)

Bases: RigVMFunction_MathVectorBase

Linearly 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]

property a: Vector

[Read-Write]

Type:

(Vector)

property b: Vector

[Read-Write]

Type:

(Vector)

property result: Vector

[Read-Only]

Type:

(Vector)

property t: float

[Read-Write]

Type:

(float)