This class stores the attitude of the satellite in space. More...
#include "../include/Attitude.h"
Public Member Functions | |
| int | init () |
| int | set (double r, double p, double y) |
| int | print () |
Public Attributes | |
| double | roll |
| double | pitch |
| double | yaw |
This class stores the attitude of the satellite in space.
1.6.1