Spdcf

严格正定相关函数的变量。 这反映了 `spdcf` 的定义 NGA_gpm_local glTF 扩展。 此类型的实例作为参数存储在 'CorrelationGroup'。 Parameters (A, alpha, beta, T) describe the correlation decrease between points as a function of delta time: ``` spdcf(delta_t) = A_t * (alpha_t + ((1 - alpha_t)(1 + beta_t)) / (beta_t + e^(delta_t/T_t))) ```
Name Type Description
options Spdcf.ConstructorOptions 描述初始化选项的对象
Experimental

此功能不是最终的,在没有 Cesium 的标准弃用政策的情况下可能会发生变化。

Members

区间 (0, 1]
区间 [0, 1)
区间 [0, 10]
区间 (0, +inf)

Type Definitions

Cesium.Spdcf.ConstructorOptions

Spdcf 构造函数的初始化选项
Properties:
Name Type Description
A number 因子 A,在 (0, 1]
alpha number alpha 值,在 [0, 1)
beta number beta 值(在 [0, 10]
T number tau 值,以 (0, +inf)
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.