unreal.RigVMFunction_DampQuaternion¶
- class unreal.RigVMFunction_DampQuaternion(value: Quat = Ellipsis, target: Quat = Ellipsis, smoothing_time: float = 0.0, result: Quat = Ellipsis)¶
Bases:
RigVMFunction_MathBaseDamps a quaternion value using exponential decay damping
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_SpringMath.h
Editor Properties: (see get_editor_property/set_editor_property)
result(Quat): [Read-Write] Resulting damped valuesmoothing_time(float): [Read-Write] The time to apply smoothing fortarget(Quat): [Read-Write] The target value to damp towardsvalue(Quat): [Read-Write] The value to damp