findOrAddPointXYZ Method

Announce point coordinates. The implementation is free to either create a new point or (if known) return index of a prior point with the same coordinates.

findOrAddPointXYZ(x: number, y: number, z: number): number

Parameter Type Description
x number  
y number  
z number  

Defined in

Last Updated: 08 January, 2020