API Reference > geometry-core > CartesianGeometry > Matrix3d > createColumnsInAxisOrder createColumnsInAxisOrder MethodStatic create a matrix by distributing vectors to columns in one of 6 orders. createColumnsInAxisOrder(axisOrder: AxisOrder, columnA: Vector3d, columnB: Vector3d, columnC: undefined | Vector3d, result?: Matrix3d): Matrix3d Parameter Type Description axisOrder AxisOrder identifies where the columns are placed. columnA Vector3d vector to place in the first column named by the axis order. columnB Vector3d vector to place in the second column named by the axis order. columnC undefined | Vector3d vector to place in the third column named by the axis order. result Matrix3d Returns - Matrix3d Defined in geometry3d/Matrix3d.ts Line 405 Last Updated: 11 June, 2024