createForCache MethodProtected
Create a new, ready-to-use GrowableXYZArray.
createForCache(numPoints: number10, growthFactor: number1.5): GrowableXYZArray
Parameter | Type | Description |
---|---|---|
numPoints | number | initial capacity in xyz triples (default 10) |
growthFactor | number | reallocation expansion (default 1.5) |
Returns - GrowableXYZArray
Defined in
Last Updated: 14 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.