Static interface for
Packable types which are interpolated in a
与他们的包装值不同。 这些方法和
属性将在构建器函数上定义.See:
Members
Methods
static Cesium.PackableForInterpolation.convertPackedArrayForInterpolation(packedArray, startingIndex, lastIndex, result)
将组合的数组转换为适合插值的表单.
| Name | Type | Default | Description |
|---|---|---|---|
packedArray |
Array.<number> | 装填的阵列. | |
startingIndex |
number |
0
|
optional The index of the first element to be converted. |
lastIndex |
number |
packedArray.length
|
optional The index of the last element to be converted. |
result |
Array.<number> | optional 存储结果的对象. |
static Cesium.PackableForInterpolation.unpackInterpolationResult(array, sourceArray, startingIndex, lastIndex, result) → object
从用 {NT}\\\\\\ 转换成的已装填的数组中获取实例 .
| Name | Type | Default | Description |
|---|---|---|---|
array |
Array.<number> | 用于插值的阵列 . | |
sourceArray |
Array.<number> | 原装填的阵列 . | |
startingIndex |
number |
0
|
optional The startingIndex used to convert the array. |
lastIndex |
number |
packedArray.length
|
optional The lastIndex used to convert the array. |
result |
object | optional 存储结果的对象. |
Returns:
未提供修改的结果参数或新对象实例 .