public static class WorkingThread.Data
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
dw
Increase of a angle in the step time.
|
(package private) float |
wFloat
The angle converted to float.
|
(package private) int |
ww
An turning angle in the step time.
|
(package private) float |
yCos
Some sine-frequency-values.
|
(package private) float |
yOut1
Addition of sinus of 1, 2x and 3x frequence.
|
(package private) float |
ySin
Some sine-frequency-values.
|
(package private) float |
ySin2
Some sine-frequency-values.
|
(package private) float |
ySin3
Some sine-frequency-values.
|
Constructor and Description |
---|
Data() |
int dw
int ww
float wFloat
float ySin
float ySin2
float ySin3
float yCos
float yOut1