createRows MethodStatic
Create a matrix from row vectors.
equation
\begin{bmatrix}U_x & U_y & U_z \\ V_x & V_y & V_z \\ W_x & W_y & W_z \end{bmatrix}
createRows(vectorU: Vector3d, vectorV: Vector3d, vectorW: Vector3d, result?: Matrix3d): Matrix3d
| Parameter | Type | Description | 
|---|---|---|
| vectorU | Vector3d | |
| vectorV | Vector3d | |
| vectorW | Vector3d | |
| result | Matrix3d | 
Returns - Matrix3d
Defined in
- geometry3d/Matrix3d.ts Line 1613
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.