scaleAboutCenterInPlace Method
Move low and high points by scaleFactor around the center point.
scaleAboutCenterInPlace(scaleFactor: number): void
| Parameter | Type | Description |
|---|---|---|
| scaleFactor | number | scale factor applied to low, high distance from center. |
Returns - void
Defined in
- geometry3d/Range.ts Line 1830
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.