constructor Method

Construct a new GrowablePoint2d array.

GrowableXYArray(numPoints: number = 8, growthFactor?: number): GrowableXYArray

Parameter Type Description
numPoints number initial capacity in xy tuples (default 8)
growthFactor number used by ensureCapacity to expand requested reallocation size (default 1.5)

Returns - GrowableXYArray

Defined in

Last Updated: 16 April, 2024