Browse Source

AP_Math: removed matrix3 parameter support

mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
60af7a6087
  1. 1
      libraries/AP_Math/AP_Math.h

1
libraries/AP_Math/AP_Math.h

@ -68,7 +68,6 @@ @@ -68,7 +68,6 @@
#define WGS84_E (sqrt(2*WGS84_F - WGS84_F*WGS84_F))
// define AP_Param types AP_Vector3f and Ap_Matrix3f
AP_PARAMDEFV(Matrix3f, Matrix3f, AP_PARAM_MATRIX3F);
AP_PARAMDEFV(Vector3f, Vector3f, AP_PARAM_VECTOR3F);
// are two floats equal

Loading…
Cancel
Save