.. ExtractScalingAndShearMatrix: **************************** ExtractScalingAndShearMatrix **************************** Extracts scale and shear from the given matrix. .. _inputs: Inputs ============= .. list-table:: Inputs :widths: auto :header-rows: 1 * - Name - Type - Default - Description * - matrix - MatrixPort - M44d((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) - Input matrix .. _outputs: Outputs ============= .. list-table:: Outputs :widths: auto :header-rows: 1 * - Name - Type - Default - Description * - scale - VectorPort - V3d(-1.#QNAN, 1, 0) - Scale value * - shear - VectorPort - V3d(0, 0, 1.33719e-311) - Shear value