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.

Definition at line 33 of file vector.h.


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)

Definition at line 30 of file vector.cc.

ns3::Vector::Vector (  ) 

Create vector vector (0.0, 0.0, 0.0)

Definition at line 36 of file vector.cc.


Member Data Documentation


The documentation for this class was generated from the following files:
Generated on Thu Dec 3 14:11:59 2009 for NS-3 by  doxygen 1.6.3