Appearance
KBE3D / KBCore / Cesium / Rotation / convertPackedArrayForInterpolation
函数: convertPackedArrayForInterpolation()
convertPackedArrayForInterpolation(
packedArray:number[],startingIndex?:number,lastIndex?:number,result?:number[]):void
Converts a packed array into a form suitable for interpolation.
参数
packedArray
number[]
The packed array.
startingIndex?
number
The index of the first element to be converted.
lastIndex?
number
The index of the last element to be converted.
result?
number[]
The object into which to store the result.
返回
void
