createScale MethodStatic
Return a point that is scaled from the source point.
createScale(source: XYAndZ, scale: number, result?: Point3d): Point3d
| Parameter | Type | Description |
|---|---|---|
| source | XYAndZ | existing point |
| scale | number | scale factor to apply to its x,y,z parts |
| result | Point3d | optional point to receive coordinates |
Returns - Point3d
Defined in
- geometry3d/Point3dVector3d.ts Line 636
Last Updated: 07 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.