unreal.RigVMFunction_MathRBFInterpolateQuatBase

class unreal.RigVMFunction_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: RigVMFunction_MathRBFInterpolateBase

Rig VMFunction Math RBFInterpolate Quat Base

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathRBFInterpolate.h

Editor Properties: (see get_editor_property/set_editor_property)

  • distance_function (RBFQuatDistanceType): [Read-Only]

  • input (Quat): [Read-Write]

  • normalize_output (bool): [Read-Only]

  • smoothing_angle (float): [Read-Only]

  • smoothing_function (RBFKernelType): [Read-Only]

  • twist_axis (Vector): [Read-Write]

property distance_function: RBFQuatDistanceType

[Read-Only]

Type:

(RBFQuatDistanceType)

property input: Quat

[Read-Write]

Type:

(Quat)

property normalize_output: bool

[Read-Only]

Type:

(bool)

property smoothing_angle: float

[Read-Only]

Type:

(float)

property smoothing_function: RBFKernelType

[Read-Only]

Type:

(RBFKernelType)

property twist_axis: Vector

[Read-Write]

Type:

(Vector)