multiply_matrices_4x4
Multiply two row-major 4x4 matrices for column-vector transforms, returning the product matrix.
Instructions
Multiplies two row-major 4x4 matrices and returns first * second, for column-vector transforms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | Yes | Row-major 4x4 matrix used with column vectors: output = matrix * vector | |
| second | Yes |