new Cesium.HeadingPitchRange(heading, pitch, range)

定义本地框架中的标题角度、投球角度和范围. 正面角度正在向南增加. 皮奇是当地飞机的旋转 正投角位于平面上方. 负投 角度位于飞机下方。 范围是离帧中心距离.
Name Type Default Description
heading number 0.0 optional 弧度的圆角.
pitch number 0.0 optional 弧度的投球角度.
range number 0.0 optional 与中央的距离以米计.

Members

heading : number

正面角度正在向南增加.
Default Value: 0.0

pitch : number

皮奇是当地飞机的旋转 正投球角度 在飞机上。 负投球角度位于飞机下方.
Default Value: 0.0

range : number

范围是距离当地框架中心部的距离.
Default Value: 0.0

Methods

static Cesium.HeadingPitchRange.clone(hpr, result)HeadingPitchRange

复制一个标题Pitch Range 实例 .
Name Type Description
hpr HeadingPitchRange 头牌车厢要复制 .
result HeadingPitchRange optional 存储结果的对象 .
Returns:
The modified result parameter or a new HeadingPitchRange instance if one was not provided. (Returns undefined if hpr is undefined)
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.