|
Clutter Engine 0.0.1
|
Public Types | |
| typedef int | int_type |
| typedef float | float_type |
Public Member Functions | |
| GLM_CONSTEXPR | float_t (float_type Num=0.0f) |
| GLM_CONSTEXPR float_t & | operator= (float_t const &x) |
| GLM_CONSTEXPR bool | negative () const |
| GLM_CONSTEXPR int_type | mantissa () const |
| GLM_CONSTEXPR int_type | exponent () const |
Public Attributes | |
| int_type | i |
| float_type | f |