unreal.RigVMFunction_MathMatrixBinaryAggregateOp

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

Bases: RigVMFunction_MathMatrixBase

The base class for all aggregational matrix math nodes

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 matrix for the operation

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

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

property a: Matrix

[Read-Write] The first matrix for the operation

Type:

(Matrix)

property b: Matrix

[Read-Write] The second matrix for the operation

Type:

(Matrix)

property result: Matrix

[Read-Only] The resulting matrix

Type:

(Matrix)