DESERT 3.5.1
|
#include "node-core.h"
Go to the source code of this file.
Classes | |
class | UwGMPosition |
Macros | |
#define | sgn(x) (((x) == 0.0) ? 0.0 : ((x) / fabs(x))) |
#define | pi (4 * atan(1.0)) |
Enumerations | |
enum | BoundType { SPHERIC , THOROIDAL , HARDWALL , REBOUNCE } |
3D Gauss Markov mobility model.
3D Gauss Markov mobility model.
Definition in file uwgmposition.h.
#define pi (4 * atan(1.0)) |
Definition at line 46 of file uwgmposition.h.
#define sgn | ( | x | ) | (((x) == 0.0) ? 0.0 : ((x) / fabs(x))) |
Definition at line 45 of file uwgmposition.h.
enum BoundType |
Defines the behaviour of the node when it reaches an edge of the simulation field.
Enumerator | |
---|---|
SPHERIC | |
THOROIDAL | |
HARDWALL | |
REBOUNCE |
Definition at line 54 of file uwgmposition.h.