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: Vector3d | undefined, 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 Vector3d | undefined vector to place in the third column named by the axis order. result Matrix3d Returns - Matrix3d Defined in core/geometry/src/geometry3d/Matrix3d.ts Line 343 Last Updated: 13 June, 2024