ADD: added conversion from degree to rad
This commit is contained in:
@@ -20,6 +20,8 @@ namespace SimCore {
|
||||
static void check_host_entry(struct hostent * hostentry);
|
||||
static void IP_formatter(char *IPbuffer);
|
||||
static std::string getOwnIP();
|
||||
static double DegToRad(double deg);
|
||||
static double RadToDeg(double rad);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user