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