unreal.RigVMFunction_MathMatrixBinaryOp

class unreal.RigVMFunction_MathMatrixBinaryOp(a: Matrix = Ellipsis, b: Matrix = Ellipsis, result: Matrix = Ellipsis)

Bases: RigVMFunction_MathMatrixBase

The base class for all binary matrix math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathMatrix.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

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

property a: Matrix

[Read-Write] The first value for the operation

Type:

(Matrix)

property b: Matrix

[Read-Write] The second value for the operation

Type:

(Matrix)

property result: Matrix

[Read-Only] The resulting value

Type:

(Matrix)