scaleInPlace Method
Multiply each x,y by the scale factor.
scaleInPlace(factor: number): void
| Parameter | Type | Description |
|---|---|---|
| factor | number | scale factor. |
Returns - void
Defined in
- geometry3d/GrowableXYArray.ts Line 557
Last Updated: 15 November, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.