This structure defines a simple range of values. More...
#include "../include/Range.h"
Public Member Functions | |
| Range (float min, float max) | |
| int | init () |
| int | set (float min, float max) |
| float | getMin () |
| float | getMax () |
| float | getRange () |
| int | print () |
Public Attributes | |
| float | min |
| float | max |
This structure defines a simple range of values.
1.6.1