#include <vector.h>
Public Member Functions | |
Vector (double _x, double _y, double _z) | |
Vector () | |
Public Attributes | |
double | x |
double | y |
double | z |
Unit is meters.
ns3::Vector::Vector | ( | double | _x, | |
double | _y, | |||
double | _z | |||
) |
_x | x coordinate of vector vector | |
_y | y coordinate of vector vector | |
_z | z coordinate of vector vector |
ns3::Vector::Vector | ( | ) |
Create vector vector (0.0, 0.0, 0.0)
double ns3::Vector::x |
x coordinate of vector vector
double ns3::Vector::y |
y coordinate of vector vector
double ns3::Vector::z |
z coordinate of vector vector