new Cesium.CorrelationGroup(options)

使用相同相关性模型和 相关关联参数. This reflects the `correlationGroup` definition of the NGA_gpm_local glTF extension.
Name Type Description
options CorrelationGroup.ConstructorOptions 描述初始化选项的对象
Experimental

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

Members

readonly groupFlags : Array.<boolean>

3 布尔表示参数为 delta-x delta-y delta-z 关联组中使用

readonly params : Array.<Spdcf>

3组参数的阵列,分别为U,V,W方向

readonly rotationThetas : Cartesian3

千米画中分别关于X,Y,Z轴的旋转

Type Definitions

Cesium.CorrelationGroup.ConstructorOptions

关联组构建器的初始化选项
Properties:
Name Type Description
groupFlags Array.<boolean> 3 布尔表示是否 相关组中使用的参数 delta-x delta-y delta-z
rotationThetas Cartesian3 千米轮值 分别为X、Y、Z轴
params Array.<Spdcf> Array of `Spdcf` (Strictly Positive-Definite 关联函数)参数,分别为U,V,W方向
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.