scaleRows Method
Create a Matrix3d whose rows are scaled copies of this Matrix3d.
scaleRows(scaleX: number, scaleY: number, scaleZ: number, result?: Matrix3d): Matrix3d
| Parameter | Type | Description |
|---|---|---|
| scaleX | number | scale factor for row 0 |
| scaleY | number | scale factor for row 1 |
| scaleZ | number | scale factor for row 2 |
| result | Matrix3d | optional result |
Returns - Matrix3d
Defined in
- geometry3d/Matrix3d.ts Line 2526
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.