Exemplo n.º 1
0
 public double GetRollDegrees()
 {
     return((int)ExMath.RadiansToDegrees(roll));
 }
Exemplo n.º 2
0
 public double GetHeadingDegrees()
 {
     return(ExMath.RadiansToDegrees(this.GetHeading()));
 }
Exemplo n.º 3
0
 public int GetPitchDegrees()
 {
     return((int)ExMath.RadiansToDegrees(pitch));
 }