#include <ns3/vector.h>
 Include dependency graph for angles.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ns3::Angles | 
| struct holding the azimuth and inclination angles of spherical coordinates.  More... | |
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... | |