bool aLineOfSightObstructed(const Vector3d &observerPos, const Vector3d &targetPos, const BodyShape *bodyShape)
便捷方法:视线是否被中心天体遮挡
定义 BodyObstruction.hpp:43
double aLineOfSightClearance(const Vector3d &observerPos, const Vector3d &targetPos, const BodyShape *bodyShape)
计算视线到天体表面的最短有符号距离
定义 BodyObstruction.cpp:101