createCapture MethodStatic
Create a new GrowableXYArray capturing the provided data. The data is not copied, just referenced.
createCapture(data: Float64Array): GrowableXYArray
@returns a new GrowableXYArray object that references the provided data.
| Parameter | Type | Description |
|---|---|---|
| data | Float64Array | source data to capture. |
Returns - GrowableXYArray
a new GrowableXYArray object that references the provided data.
Defined in
- geometry3d/GrowableXYArray.ts Line 170
Last Updated: 15 November, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.