.. VectorToMatrix: ************** VectorToMatrix ************** Builds a matrix from four vectors. .. _inputs: Inputs ============= .. list-table:: Inputs :widths: auto :header-rows: 1 * - Name - Type - Default - Description * - row1 - VectorPort - V3d(0, 0, 0) - * - row2 - VectorPort - V3d(0, 1, 1.33719e-311) - * - row3 - VectorPort - V3d(-1.#QNAN, 0, 0) - * - row4 - VectorPort - V3d(0, 1, 1.33719e-311) - .. _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