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

Last Updated: 07 June, 2025