mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
committed by
Mathew Sutcliffe
parent
f49341841e
commit
b0e212998f
@@ -121,6 +121,21 @@ namespace BlackMisc
|
||||
return pi2;
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Degree to radians
|
||||
* \param degree
|
||||
* \return
|
||||
*/
|
||||
static double deg2rad(double degree);
|
||||
|
||||
/*!
|
||||
* \brief Radians to degrees
|
||||
* \param radians
|
||||
* \return
|
||||
*/
|
||||
static double rad2deg(double radians);
|
||||
|
||||
|
||||
private:
|
||||
/*!
|
||||
* \brief No objects, just static
|
||||
|
||||
Reference in New Issue
Block a user