Skip to content

Commit

Permalink
[math] dox cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Sep 22, 2013
1 parent 0901318 commit 255bc0b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions sw/airborne/math/pprz_geodetic_double.h
Expand Up @@ -48,8 +48,6 @@ struct EcefCoor_d {

/**
* @brief vector in Latitude, Longitude and Altitude
* @details Units lat,lon: radians
* Unit alt: meters above MSL
*/
struct LlaCoor_d {
double lon; ///< in radians
Expand Down
2 changes: 0 additions & 2 deletions sw/airborne/math/pprz_geodetic_float.h
Expand Up @@ -48,8 +48,6 @@ struct EcefCoor_f {

/**
* @brief vector in Latitude, Longitude and Altitude
* @details Units lat,lon: radians
* Unit alt: meters above MSL
*/
struct LlaCoor_f {
float lon; ///< in radians
Expand Down
2 changes: 0 additions & 2 deletions sw/airborne/math/pprz_geodetic_int.h
Expand Up @@ -50,8 +50,6 @@ struct EcefCoor_i {

/**
* @brief vector in Latitude, Longitude and Altitude
* @details Units lat,lon: radians*1e7
* Unit alt: centimeters above MSL
*/
struct LlaCoor_i {
int32_t lon; ///< in radians*1e7
Expand Down

0 comments on commit 255bc0b

Please sign in to comment.