API Reference > geometry-core > CartesianGeometry > Matrix3d > createColumnsXYW createColumnsXYW MethodStatic Create a matrix with each column's x,y parts given XAndY and separate numeric z values. [UxVxWxUyVyWyuvw]\begin{bmatrix}U_x & V_x & W_x \\ U_y & V_y & W_y \\ u & v & w \end{bmatrix}⎣⎢⎡UxUyuVxVyvWxWyw⎦⎥⎤ createColumnsXYW(vectorU: Readonly<WritableXAndY>, u: number, vectorV: Readonly<WritableXAndY>, v: number, vectorW: Readonly<WritableXAndY>, w: number, result?: Matrix3d): Matrix3d Parameter Type Description vectorU Readonly<WritableXAndY> u number vectorV Readonly<WritableXAndY> v number vectorW Readonly<WritableXAndY> w number result Matrix3d Returns - Matrix3d Defined in geometry3d/Matrix3d.ts Line 1271 Last Updated: 11 June, 2024