mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
[math] dox cleanup
This commit is contained in:
@@ -48,8 +48,6 @@ struct EcefCoor_d {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief vector in Latitude, Longitude and Altitude
|
* @brief vector in Latitude, Longitude and Altitude
|
||||||
* @details Units lat,lon: radians
|
|
||||||
* Unit alt: meters above MSL
|
|
||||||
*/
|
*/
|
||||||
struct LlaCoor_d {
|
struct LlaCoor_d {
|
||||||
double lon; ///< in radians
|
double lon; ///< in radians
|
||||||
|
|||||||
@@ -48,8 +48,6 @@ struct EcefCoor_f {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief vector in Latitude, Longitude and Altitude
|
* @brief vector in Latitude, Longitude and Altitude
|
||||||
* @details Units lat,lon: radians
|
|
||||||
* Unit alt: meters above MSL
|
|
||||||
*/
|
*/
|
||||||
struct LlaCoor_f {
|
struct LlaCoor_f {
|
||||||
float lon; ///< in radians
|
float lon; ///< in radians
|
||||||
|
|||||||
@@ -50,8 +50,6 @@ struct EcefCoor_i {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief vector in Latitude, Longitude and Altitude
|
* @brief vector in Latitude, Longitude and Altitude
|
||||||
* @details Units lat,lon: radians*1e7
|
|
||||||
* Unit alt: centimeters above MSL
|
|
||||||
*/
|
*/
|
||||||
struct LlaCoor_i {
|
struct LlaCoor_i {
|
||||||
int32_t lon; ///< in radians*1e7
|
int32_t lon; ///< in radians*1e7
|
||||||
|
|||||||
Reference in New Issue
Block a user