[math] dox cleanup

This commit is contained in:
Felix Ruess
2013-09-22 12:40:31 +02:00
parent 0901318807
commit 255bc0b06d
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -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
-2
View File
@@ -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
-2
View File
@@ -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