419 Commits (d226ffeeb2965a99307519313867f6582b679dd5)

Author SHA1 Message Date
Peter Barker 1ca76173a5 AP_Math: set radians(...) and degrees(...) as constexpr 7 years ago
Randy Mackay 2aa1f3f100 AP_Math: replace divide with multiply in distance_to_segment 8 years ago
Randy Mackay e892bbbac0 AP_Math: add Vector3f::distance_to_segment 8 years ago
Randy Mackay e6328c350d AP_Math: add Vector3f::distance_squared 8 years ago
khancyr 15398f8b0e AP_Math: correct variable init and remove define in polygon 8 years ago
Miguel Arroyo 7cea21afa2 AP_Math: Moves rand_vec3f from SITL_State. 8 years ago
Francisco Ferreira da5060964b AP_Math: uniformize template type parameter keyword 8 years ago
Francisco Ferreira 1ffe12008c AP_Math: adapt test for new norm method API 8 years ago
Francisco Ferreira 7b98f41947 AP_Math: correct norm to need two arguments 8 years ago
Randy Mackay db45442de2 AP_Math: remove unused angle method 8 years ago
Michael du Breuil 2cd6ff6dd5 AP_Math: Accept float epsilon in is_positive is_negative as a valid result 8 years ago
Michael du Breuil 5a15413513 AP_Math: Add is_negative and is_positive helpers 8 years ago
Andrew Tridgell 607220d12b AP_Math: rename macros to avoid conflicts 8 years ago
Andrew Tridgell 2fcecaa7c5 AP_Math: added rand_float() 8 years ago
Pierre Kancir f2812c1efd AP_Math: example fix travis warning 8 years ago
Tom Pittenger 1abeb03d2b AP_Math: remove HAL_CPU_CLASS_16 8 years ago
Andrey Kolobov a1fa2a9de3 AP_Math: added matrixN for soaring controller 8 years ago
Francisco Ferreira 7afcbf51ec
AP_Math: also fix SEC_PER_WEEK 8 years ago
murata 1982285e23 AP_Math: update MSEC_PER_SEC definition to fix GPS time calcs 8 years ago
Michael du Breuil c5c94949bf AP_Math: Extend vector2::angle(vector2) to distinguish parallel and antiparallel vectors 8 years ago
Michael du Breuil 97c57764c4 AP_Math: Add a 3D location difference, returning NED 8 years ago
murata 30151c8253 Global: Define MSEC_PER_SEC, MSEC_PER_WEEK, SEC_PER_WEEK and UNIX_OFFSET. 8 years ago
Lucas De Marchi 2b9478f430 AP_Math: tests: make both arguments double 8 years ago
Lucas De Marchi 008ac0a2a8 AP_Math: remove unused double instantiation 8 years ago
Lucas De Marchi 87038d8ef1 AP_Math: add casts to consider literals as doubles 8 years ago
Lucas De Marchi 48d94db259 AP_Math: double constants need a type 8 years ago
Lucas De Marchi a500aced3c AP_Math: remove unused double constants 8 years ago
Lucas De Marchi 87c82ce0c6 AP_Math: add some more tests for constrain_value() 8 years ago
Lucas De Marchi 82d210144b AP_Math: remove warnings from constrain_value() 8 years ago
Lucas De Marchi 2605c7265b AP_Math: remove warnings from safe_asin() 8 years ago
Lucas De Marchi 69a9cd3625 AP_Math: add tests to is_equal() 8 years ago
Lucas De Marchi 4f8d2059f8 AP_Math: use right epsilon for is_equal() 8 years ago
murata ec4cce15a1 AP_Math: Unify from print or println to printf. 8 years ago
Andrew Tridgell 67a2441b12 AP_Math: started a set of crc functions 8 years ago
murata e903cb9945 AP_Math: Change mask value to hexadecimal number. 8 years ago
Pierre Kancir 47f1a754c5 AP_Math: add some test for vector2 equality test 8 years ago
Pierre Kancir eae093cd2a AP_Math: add test for is_equal for int 8 years ago
Pierre Kancir da49149d19 AP_Math: is_equal correct comparison for integer as epsilon doesn't exist. 8 years ago
Pierre Kancir ce734b5f7b AP_Math: Remove unecessary check 8 years ago
Pierre Kancir 556993d7f0 AP_Math: Vector2 add == operator for int 8 years ago
Pierre Kancir 6bf1322633 AP_Math: polygon.cpp correct float comparison 8 years ago
Pierre Kancir 79a9e8dfad AP_Math: Matrix_alg fix implicite cast from bool to float 8 years ago
Pierre Kancir fb7a00799f AP_Math: quaternion fix missing return 8 years ago
Andrew Tridgell a8d10e8c2c AP_Math: added get_random16() 8 years ago
murata f9add59b58 Global: Aggregate the same definitions. 8 years ago
Andrew Tridgell b00fd95725 AP_Math: define Vector3l for += op 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Jonathan Challinger 80d9092993 AP_Math: remove rotateXY and rotateXYinv 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago