unreal.RigVMFunction_MathQuaternionBinaryOp¶
- class unreal.RigVMFunction_MathQuaternionBinaryOp(a: Quat = Ellipsis, b: Quat = Ellipsis, result: Quat = Ellipsis)¶
Bases:
RigVMFunction_MathQuaternionBaseThe 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 operationb(Quat): [Read-Write] The second value for the operationresult(Quat): [Read-Write] The resulting value