#include <WaterWaves.h>
Public Attributes | |
| int | mapWidth |
| int | mapHeight |
| int | pointsWidth |
| int | pointsHeight |
| int | pointsMult |
| bool * | wavePoints |
| unsigned int | pointCount |
| unsigned int | removedCount |
Definition at line 49 of file WaterWaves.h.
Definition at line 51 of file WaterWaves.h.
Referenced by WaterWaves::constructLines(), and WaterWaves::generateWaves().
Definition at line 52 of file WaterWaves.h.
Referenced by WaterWaves::constructLines(), and WaterWaves::generateWaves().
Definition at line 53 of file WaterWaves.h.
Referenced by WaterWaves::findNextPath(), WaterWaves::findPath(), WaterWaves::findPoints(), and WaterWaves::generateWaves().
Definition at line 54 of file WaterWaves.h.
Referenced by WaterWaves::findNextPath(), WaterWaves::findPath(), WaterWaves::findPoints(), and WaterWaves::generateWaves().
Definition at line 55 of file WaterWaves.h.
Referenced by WaterWaves::findPath(), WaterWaves::findPoints(), and WaterWaves::generateWaves().
Definition at line 56 of file WaterWaves.h.
Referenced by WaterWaves::findNextPath(), WaterWaves::findPath(), WaterWaves::findPoints(), and WaterWaves::generateWaves().
| unsigned int WaterWaves::WaterWaveContext::pointCount |
Definition at line 57 of file WaterWaves.h.
Referenced by WaterWaves::findPath(), WaterWaves::findPoints(), and WaterWaves::generateWaves().
| unsigned int WaterWaves::WaterWaveContext::removedCount |
Definition at line 58 of file WaterWaves.h.
Referenced by WaterWaves::findPath(), and WaterWaves::generateWaves().
1.5.3