Exemple #1
0
 public bool Equals(EulerAngles other)
 {
     return(Pitch.IsNearlyEqual(other.Pitch) && Yaw.IsNearlyEqual(other.Yaw) &&
            Roll.IsNearlyEqual(other.Roll));
 }