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
- geometry3d/GrowableXYArray.ts Line 47
Last Updated: 30 November, 2023