Example #1
0
 public double getYaw() {
   return m_attAngYaw.getDouble();
 };
Example #2
0
 public double getRoll() {
   return m_attAngRoll.getDouble();
 };
Example #3
0
 public double getPitch() {
   return m_attAngPitch.getDouble();
 };