Public Member Functions | Public Attributes

ns3::Vector3D Class Reference

a 3d vector More...

#include <vector.h>

List of all members.

Public Member Functions

 Vector3D (double _x, double _y, double _z)
 Vector3D ()

Public Attributes

double x
double y
double z

Detailed Description

a 3d vector


Constructor & Destructor Documentation

ns3::Vector3D::Vector3D ( double  _x,
double  _y,
double  _z 
)
Parameters:
_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)


Member Data Documentation

x coordinate of vector

y coordinate of vector

z coordinate of vector


The documentation for this class was generated from the following file: