copyArrayCartesian3
external fun copyArrayCartesian3(input: ReadonlyArray<Cartesian3>?): ReadonlyArray<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