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