setColumn Method

Set entries in one column of the matrix.

setColumn(columnIndex: number, value: Vector3d): void

Parameter Type Description
columnIndex number column index (this is interpreted cyclically. See Geometry.cyclic3dAxis for more info).
value Vector3d x,yz, values for column. If undefined, zeros are installed.

Returns - void

Defined in

Last Updated: 13 May, 2024