CelestialBody.sphere_of_influence

网站作者6个月前126
在kRPC中,CelestialBody 类的 sphere_of_influence 属性用于获取天体的影响球半径(Sphere of Influence,SOI)。这个属性返回一个浮点数,表示天体...

CelestialBody.longitude_at_position(position, reference_frame)

网站作者6个月前126
在kRPC中,CelestialBody 类的 longitude_at_position 方法用于获取天体在指定位置的经度。这个方法返回一个浮点数,表示指定位置的经度,以度为单位。参数positio...

CelestialBody.latitude_at_position(position, reference_frame)

网站作者6个月前129
在kRPC中,CelestialBody 类的 latitude_at_position 方法用于获取天体在指定位置的纬度。这个方法返回一个浮点数,表示指定位置的纬度,以度为单位。参数position...

CelestialBody.altitude_at_position(position, reference_frame)

网站作者6个月前157
在kRPC中,CelestialBody 类的 altitude_at_position 方法用于获取天体在指定位置的高度。这个方法返回一个浮点数,表示指定位置相对于天体表面的高度,以米(m)为单位。...

CelestialBody.position_at_altitude(latitude, longitude, altitude, reference_frame)

网站作者6个月前156
在kRPC中,CelestialBody 类的 position_at_altitude 方法用于获取天体在指定纬度、经度和高度的绝对位置。这个方法返回一个三元素的元组,表示指定位置在指定参考系中的...

CelestialBody.bedrock_position(latitude, longitude, reference_frame)

网站作者6个月前141
在kRPC中,CelestialBody 类的 bedrock_position 方法用于获取天体在指定纬度和经度的基岩位置。这个方法返回一个三元素的元组,表示指定位置在指定参考系中的 (X, Y,...

CelestialBody.surface_position(latitude, longitude, reference_frame)

网站作者6个月前145
在kRPC中,CelestialBody 类的 surface_position 方法用于获取天体在指定纬度和经度的表面位置。这个方法返回一个三元素的元组,表示指定位置在指定参考系中的 (X, Y,...

CelestialBody.msl_position(latitude, longitude, reference_frame)

网站作者6个月前134
在kRPC中,CelestialBody 类的 msl_position 方法用于获取天体在指定纬度和经度的平均海平面(Mean Sea Level, MSL)位置。这个方法返回一个三元素的元组,表示...

CelestialBody.bedrock_height(latitude, longitude)

网站作者6个月前130
在kRPC中,CelestialBody 类的 bedrock_height 方法用于获取天体在指定纬度和经度的基岩高度。这个方法返回一个浮点数,表示指定位置的基岩高度,以米(m)为单位。基岩高度通常...

CelestialBody.surface_height(latitude, longitude)

网站作者6个月前141
在kRPC中,CelestialBody 类的 surface_height 方法用于获取天体在指定纬度和经度的表面高度。这个方法返回一个浮点数,表示指定位置的表面高度,以米(m)为单位。参数lati...