Clutter Engine 0.0.1
|
Public Types | |
typedef detail::int64 | int_type |
typedef double | float_type |
Public Member Functions | |
GLM_CONSTEXPR | float_t (float_type Num=static_cast< float_type >(0)) |
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 |