unreal.RigVMFunction_MathQuaternionBinaryOp

class unreal.RigVMFunction_MathQuaternionBinaryOp(a: Quat = Ellipsis, b: Quat = Ellipsis, result: Quat = Ellipsis)

Bases: RigVMFunction_MathQuaternionBase

The base class for all binary quaternion math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathQuaternion.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (Quat): [Read-Write] The first value for the operation

  • b (Quat): [Read-Write] The second value for the operation

  • result (Quat): [Read-Write] The resulting value

property a: Quat

[Read-Write] The first value for the operation

Type:

(Quat)

property b: Quat

[Read-Write] The second value for the operation

Type:

(Quat)

property result: Quat

[Read-Only] The resulting value

Type:

(Quat)