Browse Source

Math: remove duplicate HALF_SQRT_2 definition

mission-4.1.18
Randy Mackay 10 years ago
parent
commit
9dede2f0ec
  1. 2
      libraries/AP_Math/matrix3.cpp

2
libraries/AP_Math/matrix3.cpp

@ -19,8 +19,6 @@ @@ -19,8 +19,6 @@
#include "AP_Math.h"
#define HALF_SQRT_2 0.70710678118654757
// create a rotation matrix given some euler angles
// this is based on http://gentlenav.googlecode.com/files/EulerAngles.pdf
template <typename T>

Loading…
Cancel
Save