CorrelationGroup

Metadata identifying parameters using same correlation modeling and associated correlation parameters. This reflects the `correlationGroup` definition of the NGA_gpm_local glTF extension.
Name Type Description
options CorrelationGroup.ConstructorOptions An object describing initialization options
Experimental

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

Members

Array of 3 booleans indicating if parameters delta-x delta-y delta-z used in the correlation group
Array of 3 sets of SPDCF parameters, for the U, V, W directions, respectively
Rotations in milliradians about X, Y, Z axes, respectively

Type Definitions

Cesium.CorrelationGroup.ConstructorOptions

Initialization options for the CorrelationGroup constructor
Properties:
Name Type Description
groupFlags Array.<boolean> Array of 3 booleans indicating if parameters delta-x delta-y delta-z used in the correlation group
rotationThetas Cartesian3 Rotations in milliradians about X, Y, Z axes, respectively
params Array.<Spdcf> Array of `Spdcf` (Strictly Positive-Definite Correlation Function) parameters, for the U, V, W directions, respectively
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.