frei0r
|
Data Structures | |
struct | f0r_param_color |
struct | f0r_param_position |
Macros | |
#define | F0R_PARAM_BOOL 0 |
#define | F0R_PARAM_DOUBLE 1 |
#define | F0R_PARAM_COLOR 2 |
#define | F0R_PARAM_POSITION 3 |
#define | F0R_PARAM_STRING 4 |
Typedefs | |
typedef double | f0r_param_bool |
typedef double | f0r_param_double |
typedef struct f0r_param_color | f0r_param_color_t |
typedef struct f0r_param_position | f0r_param_position_t |
typedef char * | f0r_param_string |
#define F0R_PARAM_BOOL 0 |
#define F0R_PARAM_COLOR 2 |
#define F0R_PARAM_DOUBLE 1 |
#define F0R_PARAM_POSITION 3 |
#define F0R_PARAM_STRING 4 |
typedef double f0r_param_bool |
typedef struct f0r_param_color f0r_param_color_t |
The color type. All three color components are in the range [0, 1].
typedef double f0r_param_double |
typedef struct f0r_param_position f0r_param_position_t |
The position type. Both position coordinates are in the range [0, 1].
typedef char* f0r_param_string |