copyArrayCartesian3

external fun copyArrayCartesian3(input: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>??): ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>??(source)

Returns a deep copy of the given array.

If the input is undefined, then undefined is returned.

Otherwise, the result will be a copy of the given array, where each element is copied with Cartesian3.clone.

Return

The copy

Parameters

input

The input array

See also