a 3d vector More...
#include <vector.h>
Public Member Functions | |
| Vector2D (double _x, double _y) | |
| Vector2D () | |
Public Attributes | |
| double | x |
| double | y |
a 3d vector
| ns3::Vector2D::Vector2D | ( | double | _x, | |
| double | _y | |||
| ) |
| _x | x coordinate of vector | |
| _y | y coordinate of vector |
Create vector (_x, _y)
| ns3::Vector2D::Vector2D | ( | ) |
Create vector vector (0.0, 0.0)
| double ns3::Vector2D::x |
x coordinate of vector
| double ns3::Vector2D::y |
y coordinate of vector
1.7.1