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