|
|
@ -55,13 +55,13 @@ namespace glm |
|
|
|
typedef tvec1<bool, P> bool_type; |
|
|
|
typedef tvec1<bool, P> bool_type; |
|
|
|
typedef T value_type; |
|
|
|
typedef T value_type; |
|
|
|
|
|
|
|
|
|
|
|
# if GLM_META_PROG_HELPERS |
|
|
|
# ifdef GLM_META_PROG_HELPERS |
|
|
|
# if GLM_HAS_CONSTEXPR |
|
|
|
# if GLM_HAS_CONSTEXPR |
|
|
|
static GLM_CONSTEXPR length_t components = 1; |
|
|
|
static GLM_CONSTEXPR length_t components = 1; |
|
|
|
static GLM_CONSTEXPR precision precision = P; |
|
|
|
static GLM_CONSTEXPR precision precision = P; |
|
|
|
# else |
|
|
|
# else |
|
|
|
static const length_t components = 1; |
|
|
|
static const length_t components = 1; |
|
|
|
static const precision precision = P; |
|
|
|
static const precision prec = P; |
|
|
|
# endif |
|
|
|
# endif |
|
|
|
# endif//GLM_META_PROG_HELPERS
|
|
|
|
# endif//GLM_META_PROG_HELPERS
|
|
|
|
|
|
|
|
|
|
|
|