MultiplyMatrix

Multiplies two matrices.

Inputs

Inputs
Name Type Default Description
in1 MatrixPort M44d((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) First input
in2 MatrixPort M44d((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) Second input

Outputs

Outputs
Name Type Default Description
out MatrixPort M44d((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) Output