Spdcf

严格正定相关函数的变量。 这反映了 NGA_gpm_local glTF 扩展中 `spdcf` 的定义。此类型的实例存储为 `CorrelationGroup` 内的参数。 参数 (A, alpha, beta, T) 描述点之间的相关性随 delta 时间的变化而减小: ``` 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.