Spacecraft Control Framework 1.0
Spacecraft Control Library
|
Star catalog class definitions. More...
Go to the source code of this file.
Classes | |
class | star |
Star object. More... | |
class | star_catalog |
Star catalog. More... | |
struct | star_dot |
Star dot product type. More... | |
struct | star_triad |
Star triad structure. More... | |
class | near_matrix |
Near matrix class. More... | |
Typedefs | |
typedef struct star_dot | StarDot |
Star dot product type. | |
typedef struct star_triad | StarTriad |
Star triad structure. More... | |
Enumerations | |
enum | DotDirection { FORWARD =1 , BACK =-1 , NEUTRAL =0 } |
Enumerate the direction of the dot product given a star pair. | |
Functions | |
bool | operator== (const star_dot &i, const star_dot &j) |
bool | operator== (const star_dot &i, int j) |
Star catalog class definitions.