getRow Method
Return a (copy of) a row of the matrix.
getRow(columnIndex: number, result?: Vector3d): Vector3d
| Parameter | Type | Description | 
|---|---|---|
| columnIndex | number | |
| result | Vector3d | optional preallocated result. | 
Returns - Vector3d
Defined in
- geometry3d/Matrix3d.ts Line 1597
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.