unreal.RigUnit_MathRBFInterpolateQuatBase

class unreal.RigUnit_MathRBFInterpolateQuatBase(input: Quat = Ellipsis, distance_function: RBFQuatDistanceType = Ellipsis, smoothing_function: RBFKernelType = Ellipsis, smoothing_angle: float = 0.0, normalize_output: bool = False, twist_axis: Vector = Ellipsis)

Bases: RigUnit_MathRBFInterpolateBase

Rig Unit Math RBFInterpolate Quat Base

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathRBFInterpolate.h

Editor Properties: (see get_editor_property/set_editor_property)

  • distance_function (RBFQuatDistanceType): [Read-Only] Distance Function

  • input (Quat): [Read-Write] Input

  • normalize_output (bool): [Read-Only] Normalize Output

  • smoothing_angle (float): [Read-Only] Smoothing Angle

  • smoothing_function (RBFKernelType): [Read-Only] Smoothing Function

  • twist_axis (Vector): [Read-Write] Twist Axis

property distance_function: RBFQuatDistanceType

[Read-Only] Distance Function

Type:

(RBFQuatDistanceType)

property input: Quat

[Read-Write] Input

Type:

(Quat)

property normalize_output: bool

[Read-Only] Normalize Output

Type:

(bool)

property smoothing_angle: float

[Read-Only] Smoothing Angle

Type:

(float)

property smoothing_function: RBFKernelType

[Read-Only] Smoothing Function

Type:

(RBFKernelType)

property twist_axis: Vector

[Read-Write] Twist Axis

Type:

(Vector)