mapPoint Method
Pass the (x,y,z) of each point to a function which returns a replacement for the point. *
mapPoint(func: (x: number, y: number, z: number) => XYZ): void
| Parameter | Type | Description |
|---|---|---|
| func | (x: number, y: number, z: number) => XYZ | function to be called as func(x,y,z), returning a replacement point. |
Returns - void
Defined in
- geometry3d/GrowableXYZArray.ts Line 1088
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.