A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::Vector3D Class Reference

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
 

Detailed Description

a 3d vector

Definition at line 31 of file vector.h.

Constructor & Destructor Documentation

ns3::Vector3D::Vector3D ( double  _x,
double  _y,
double  _z 
)
Parameters
_xx coordinate of vector
_yy coordinate of vector
_zz coordinate of vector

Create vector (_x, _y, _z)

Definition at line 40 of file vector.cc.

References NS_LOG_FUNCTION.

ns3::Vector3D::Vector3D ( )

Create vector (0.0, 0.0, 0.0)

Definition at line 48 of file vector.cc.

References NS_LOG_FUNCTION.

Member Data Documentation


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