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 An object describing initialization options
Experimental

This feature is not final and is subject to change without Cesium's standard deprecation policy.

Members

范围 (0, 1]
范围 [0, 1)
范围 [0, 10]
范围 (0, +∞)

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, +∞)
需要帮助?获取答案的最快方式是在 Cesium 论坛 上向社区和团队提问。