|
Voxellancer
0.3
A game about voxels in space
|
Public Member Functions | |
| Range (float min, float max) | |
| float | min () const |
| void | setMin (float min) |
| float | max () const |
| void | setMax (float max) |
| float | clamp (float value) |
Protected Attributes | |
| float | m_min |
| float | m_max |