Simon1994PlanetaryPositions

包含用于查找地心惯性系中太阳和月球笛卡尔坐标的函数。

Methods

static Cesium.Simon1994PlanetaryPositions.computeMoonPositionInEarthInertialFrame(julianDate, result)Cartesian3

计算地心惯性系中月球的位置
Name Type Description
julianDate JulianDate optional 计算月球位置的时间,如果未提供则使用当前系统时间。
result Cartesian3 optional 用于存储结果的对象。
Returns:
计算出的月球位置

static Cesium.Simon1994PlanetaryPositions.computeSunPositionInEarthInertialFrame(julianDate, result)Cartesian3

计算地心惯性系中太阳的位置
Name Type Description
julianDate JulianDate optional 计算太阳位置的时间,如果未提供则使用当前系统时间。
result Cartesian3 optional 用于存储结果的对象。
Returns:
计算出的太阳位置
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.