Appearance
KBE3D / KBCore / Cesium / copyArrayCartesian3
函数: copyArrayCartesian3()
copyArrayCartesian3(
input:Cartesian3[] |undefined):Cartesian3[] |undefined
Returns a deep copy of the given array.
If the input is undefined, then <code>undefined</code> is returned.
Otherwise, the result will be a copy of the given array, where each element is copied with <code>Cartesian3.clone</code>.
参数
input
The input array
Cartesian3[] | undefined
返回
Cartesian3[] | undefined
The copy
