copyArrayCartesian3

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