A Discrete-Event Network Simulator
API
angles.cc File Reference
#include <ns3/log.h>
#include <cmath>
#include "angles.h"
+ Include dependency graph for angles.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

double ns3::DegreesToRadians (double degrees)
 converts degrees to radians More...
 
std::ostream & ns3::operator<< (std::ostream &os, const Angles &a)
 print a struct Angles to output More...
 
std::istream & ns3::operator>> (std::istream &is, Angles &a)
 initialize a struct Angles from input More...
 
double ns3::RadiansToDegrees (double radians)
 converts radians to degrees More...