Appearance
KBE3D / KBCore / Cesium / PackableForInterpolation
PackableForInterpolation
Static interface for Packable types which are interpolated in a different representation than their packed value. These methods and properties are expected to be defined on a constructor function.
函数
| 函数 | 描述 |
|---|---|
| convertPackedArrayForInterpolation | Converts a packed array into a form suitable for interpolation. |
| unpackInterpolationResult | Retrieves an instance from a packed array converted with PackableForInterpolation.convertPackedArrayForInterpolation. |
变量
| 变量 | 描述 |
|---|---|
| packedInterpolationLength | The number of elements used to store the object into an array in its interpolatable form. |
