setRow Method

Set entries in one row of the matrix.

setRow(rowIndex: number, value: Vector3d): void

Parameter Type Description
rowIndex number row index. This is interpreted cyclically (using Geometry.cyclic3dAxis).
value Vector3d x,y,z values for row.

Returns - void

Defined in

Last Updated: 28 October, 2024