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