|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <OrbitPathFilter.hpp>
类 ast::OrbitPathFilter 继承关系图:Public 成员函数 | |
| OrbitPathFilter (const CloseApproachOptions &opts, const CloseApproachContext &ctx) | |
| bool | keep (const TLE &candidate) const override |
Public 成员函数 继承自 ast::CloseApproachFilter | |
轨道路径预过滤
计算候选对象与参考对象两条二体椭圆在惯性空间的最小路径距离, 大于 阈值 + padding 则剔除。不考虑时间/相位。
|
overridevirtual |