.. ComputeRSMatrix: *************** ComputeRSMatrix *************** Computes Translate/Rotate/Scale matrix from the first matrix with the Rotate/Scale of the second matrix. .. _inputs: Inputs ============= .. list-table:: Inputs :widths: auto :header-rows: 1 * - 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 .. _outputs: Outputs ============= .. list-table:: Outputs :widths: auto :header-rows: 1 * - Name - Type - Default - Description * - out - MatrixPort - M44d((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) - Output matrix