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

Last Updated: 29 October, 2025