Skip to content

KBE3D / KBCore / Cesium / Rotation / unpack

函数: unpack()

unpack(array: number[], startingIndex?: number, result?: Rotation): Rotation

Retrieves an instance from a packed array.

参数

array

number[]

The packed array.

startingIndex?

number

The starting index of the element to be unpacked.

result?

Rotation

The object into which to store the result.

返回

Rotation

The modified result parameter or a new Rotation instance if one was not provided.

KBE3D @3.0.0 Copyright © 2024-present KBE3D