| waves derived from surface | Example | Source | Header |
| Messages |
| speed | float | set the wave speed |
| width | float | set the wave width |
| height | float | set the wave height |
| on | turn the motion on | |
| off | [bool] | turn the motion off |
| Comments |
constructor waves
destructor ~waves
method reset
1 set speed to 100.0
2 set size to 180.0
3 set height to 1.0
4 set current time to 0.0
5 start motion
method message
1 set the wave speed
2 set the wave width
3 set the wave height
4 turn the motion on
5 turn the motion off
method app