#include "SimulationCore.h"
#include "constants.h"
#include <map>
#include <time.h>
Include dependency graph for main.cpp:
Functions | |
int | main (int argc, char **argv) |
Variables | |
int const | NO_TIME = -1 |
double const | PI = 3.141592653589793 |
Pi [-]. | |
double const | PI_half = PI / 2 |
Pi half [-]. | |
double const | two_PI = PI * 2 |
two Pi [-] | |
short const | UX = 0 |
marks x-direction | |
short const | UY = 1 |
marks y-direction | |
short const | UZ = 2 |
marks z-direction | |
int const | NOERROR = 0 |
NO ERROR OCCURED. |
|
|
|
|
|
NO ERROR OCCURED.
|
|
Pi [-].
|
|
Pi half [-].
|
|
two Pi [-]
|
|
marks x-direction
|
|
marks y-direction
|
|
marks z-direction
|