copyData MethodProtected

Copy xy points from source array. Does not reallocate or change active point count.

copyData(source: number[] | Float64Array, sourceCount?: number, destOffset?: number): { count: number, offset: number }

Parameter Type Description
source number[] | Float64Array array to copy from
sourceCount number copy the first sourceCount points; all points if undefined
destOffset number copy to instance array starting at this point index; zero if undefined

Returns - { count: number, offset: number }

count and offset of points copied

Defined in

Last Updated: 30 November, 2023