|
WSF
|
Functions | |
| bool WSF_SPACE_EXPORT | Assess (int aNumPlanes, int aSatsPerPlane, double aInclination, double aRAAN_Range, double aAnomalyAlias) |
| bool wsf::space::ConstellationConjunction::Assess | ( | int | aNumPlanes, |
| int | aSatsPerPlane, | ||
| double | aInclination, | ||
| double | aRAAN_Range, | ||
| double | aAnomalyAlias ) |
Determine if the specified constellation parameters would lead to a conjunction.
This will return true if the provided constellation parameters would lead to a conjunction between one member of the constellation and another.
| aNumPlanes | - the number of orbital planes in the constellation. |
| aSatsPerPlane | - the number of satellites per orbital plane. |
| aInclination | - the inclination in radians of the orbit. |
| aRAAN_Range | - the range of RAAN over which the orbital planes are spread, in radians. |
| aAnomalyAlias | - the inter-plane phasing, in radians. |
Referenced by WsfConstellationMaker::DetectConjunction().