ComputeRSMatrix¶
Computes Translate/Rotate/Scale matrix from the first matrix with the Rotate/Scale of the second matrix.
Inputs¶
| Name | Type | Default | Description |
|---|---|---|---|
| keepRotateA | BooleanPort | False | If true keep rotate from matrix A, use B otherwise |
| keepScaleA | BooleanPort | False | If true keep scale from matrix A, use B otherwise |
| A | MatrixPort | M44d((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) | First input matrix |
| B | MatrixPort | M44d((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) | Second input matrix |