Skip to content

KBE3D / KBCore / Cesium / PackableForInterpolation / 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

KBE3D @3.0.0 Copyright © 2024-present KBE3D