ns3::Vector Class Reference

a 3d cartesian position vector More...

#include <vector.h>

List of all members.

Public Member Functions

 Vector (double _x, double _y, double _z)
 Vector ()

Public Attributes

double x
double y
double z


Detailed Description

a 3d cartesian position vector

Unit is meters.


Constructor & Destructor Documentation

ns3::Vector::Vector ( double  _x,
double  _y,
double  _z 
)

Parameters:
_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)


Member Data Documentation

x coordinate of vector vector

y coordinate of vector vector

z coordinate of vector vector


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

Generated on Fri Apr 9 15:01:10 2010 for NS-3 by  doxygen 1.5.8