|
| static Color | colorFromRGBI (int r, int g, int b) |
| |
| static Color | colorFromRGBD (double r, double g, double b) |
| |
| static int | round (double z) |
| |
| static int | floor (double z) |
| |
| static int | random (int von, int bis) |
| |
| static double | abs (double z) |
| |
| static double | sqrt (double z) |
| |
| static double | sin (double alpha) |
| |
| static double | cos (double alpha) |
| |
| static double | tan (double alpha) |
| |
| static double | arctan (double m) |
| |
| static double | arcsin (double m) |
| |
| static double | arccos (double m) |
| |
| static double | phi (double x, double y) |
| |
| static double | r (double x, double y) |
| |
| static int | hour () |
| |
| static int | minute () |
| |
| static int | second () |
| |
| static int | year () |
| |
| static int | month () |
| |
| static int | day () |
| |
Globales Eos Funktionen.
- Autor
- Peter (Lathanda) Schneider
Definiert in Zeile 12 der Datei SystemFunctions.java.
◆ SystemFunctions()
| de.lathanda.eos.vm.SystemFunctions.SystemFunctions |
( |
| ) |
|
◆ abs()
| static double de.lathanda.eos.vm.SystemFunctions.abs |
( |
double |
z | ) |
|
|
static |
◆ arccos()
| static double de.lathanda.eos.vm.SystemFunctions.arccos |
( |
double |
m | ) |
|
|
static |
◆ arcsin()
| static double de.lathanda.eos.vm.SystemFunctions.arcsin |
( |
double |
m | ) |
|
|
static |
◆ arctan()
| static double de.lathanda.eos.vm.SystemFunctions.arctan |
( |
double |
m | ) |
|
|
static |
◆ colorFromRGBD()
| static Color de.lathanda.eos.vm.SystemFunctions.colorFromRGBD |
( |
double |
r, |
|
|
double |
g, |
|
|
double |
b |
|
) |
| |
|
static |
◆ colorFromRGBI()
| static Color de.lathanda.eos.vm.SystemFunctions.colorFromRGBI |
( |
int |
r, |
|
|
int |
g, |
|
|
int |
b |
|
) |
| |
|
static |
◆ cos()
| static double de.lathanda.eos.vm.SystemFunctions.cos |
( |
double |
alpha | ) |
|
|
static |
◆ day()
| static int de.lathanda.eos.vm.SystemFunctions.day |
( |
| ) |
|
|
static |
◆ floor()
| static int de.lathanda.eos.vm.SystemFunctions.floor |
( |
double |
z | ) |
|
|
static |
◆ hour()
| static int de.lathanda.eos.vm.SystemFunctions.hour |
( |
| ) |
|
|
static |
◆ minute()
| static int de.lathanda.eos.vm.SystemFunctions.minute |
( |
| ) |
|
|
static |
◆ month()
| static int de.lathanda.eos.vm.SystemFunctions.month |
( |
| ) |
|
|
static |
◆ phi()
| static double de.lathanda.eos.vm.SystemFunctions.phi |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
static |
◆ r()
| static double de.lathanda.eos.vm.SystemFunctions.r |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
static |
◆ random()
| static int de.lathanda.eos.vm.SystemFunctions.random |
( |
int |
von, |
|
|
int |
bis |
|
) |
| |
|
static |
◆ round()
| static int de.lathanda.eos.vm.SystemFunctions.round |
( |
double |
z | ) |
|
|
static |
◆ second()
| static int de.lathanda.eos.vm.SystemFunctions.second |
( |
| ) |
|
|
static |
◆ sin()
| static double de.lathanda.eos.vm.SystemFunctions.sin |
( |
double |
alpha | ) |
|
|
static |
◆ sqrt()
| static double de.lathanda.eos.vm.SystemFunctions.sqrt |
( |
double |
z | ) |
|
|
static |
◆ tan()
| static double de.lathanda.eos.vm.SystemFunctions.tan |
( |
double |
alpha | ) |
|
|
static |
◆ year()
| static int de.lathanda.eos.vm.SystemFunctions.year |
( |
| ) |
|
|
static |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: