unpackArray
fun unpackArray(array: ReadonlyArray<Double>, result: ReadonlyArray<Cartesian3>? = definedExternally): ReadonlyArray<Cartesian3>(source)
Unpacks an array of cartesian components into an array of Cartesian3s.
Return
The unpacked array.
Parameters
array
The array of components to unpack.
result
The array onto which to store the result.