a 3d cartesian position vector More...
#include <vector.h>
Public Member Functions | |
| Vector (double _x, double _y, double _z) | |
| Vector () | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
a 3d cartesian position vector
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 |
Create vector vector (_x, _y, _z)
| 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
1.7.1