Defines | |
#define | SCRAMBLELENGTH 0.1 |
This value is used for distorting. | |
#define | METER ( 1000.0 * SCRAMBLELENGTH ) |
One meter. | |
#define | MILLIMETER ( 1.0 * SCRAMBLELENGTH ) |
One millimeter. | |
#define | MICROMETER ( 0.001 * SCRAMBLELENGTH ) |
One micrometer. | |
#define | NANOMETER ( 0.000001 * SCRAMBLELENGTH ) |
One nanometer. | |
#define | SCRAMBLETIME 10.0 |
This value is used for distorting. | |
#define | HOUR ( 3600.0 * SCRAMBLETIME ) |
One hour. | |
#define | MINUTE ( 60.0 * SCRAMBLETIME ) |
One minute. | |
#define | SECOND ( 1.0 * SCRAMBLETIME ) |
One second. | |
#define | MILLISECOND ( 0.001 * SCRAMBLETIME ) |
One millisecond. | |
#define | MICROSECOND ( 1.0E-6 * SCRAMBLETIME ) |
One microsecond. | |
#define | NANOSECOND ( 1.0E-6 * SCRAMBLETIME ) |
One nanosecond. |
All values representing physical values are converted, using this macros.
|
This value is used for distorting.
Multiplying all length-values with |
|
This value is used for distorting.
Multiplying all time-values with |