constructor Method

Construct a new GrowablePoint3d array.

GrowableXYZArray(numPoints: number = 8, growthFactor?: number, data?: Float64Array): GrowableXYZArray

Parameter Type Description
numPoints number initial capacity in xyz triples (default 8).
growthFactor number used by ensureCapacity to expand requested reallocation size (default 1.5).
data Float64Array optional pre-existing Float64Array to use as the backing memory. If supplied, numPoints is ignored.

Returns - GrowableXYZArray

Defined in

Last Updated: 29 October, 2025