#include <_swizzle.hpp>
Public Types | |
typedef ValueType | value_type |
typedef VecType | vec_type |
Public Types inherited from glm::detail::_swizzle_base0< ValueType, N > | |
typedef ValueType | value_type |
Public Member Functions | |
GLM_FUNC_QUALIFIER void | operator*= (const VecType &that) |
GLM_FUNC_QUALIFIER void | operator+= (const VecType &that) |
GLM_FUNC_QUALIFIER void | operator-= (const VecType &that) |
GLM_FUNC_QUALIFIER void | operator/= (const VecType &that) |
GLM_FUNC_QUALIFIER _swizzle_base2 & | operator= (const ValueType &t) |
GLM_FUNC_QUALIFIER _swizzle_base2 & | operator= (const VecType &that) |
GLM_FUNC_QUALIFIER value_type & | operator[] (size_t i) |
GLM_FUNC_QUALIFIER value_type | operator[] (size_t i) const |
Protected Member Functions | |
template<typename T > | |
GLM_FUNC_QUALIFIER void | _apply_op (const VecType &that, T op) |
Protected Member Functions inherited from glm::detail::_swizzle_base0< ValueType, N > | |
GLM_FUNC_QUALIFIER value_type & | elem (size_t i) |
const GLM_FUNC_QUALIFIER value_type & | elem (size_t i) const |
Additional Inherited Members | |
Protected Attributes inherited from glm::detail::_swizzle_base0< ValueType, N > | |
char | _buffer [1] |
Definition at line 86 of file _swizzle.hpp.
typedef ValueType glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::value_type |
Definition at line 89 of file _swizzle.hpp.
typedef VecType glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::vec_type |
Definition at line 88 of file _swizzle.hpp.
|
inlineprotected |
Definition at line 157 of file _swizzle.hpp.
|
inline |
Definition at line 123 of file _swizzle.hpp.
|
inline |
Definition at line 115 of file _swizzle.hpp.
|
inline |
Definition at line 107 of file _swizzle.hpp.
|
inline |
Definition at line 131 of file _swizzle.hpp.
|
inline |
Definition at line 91 of file _swizzle.hpp.
|
inline |
Definition at line 98 of file _swizzle.hpp.
|
inline |
Definition at line 139 of file _swizzle.hpp.
|
inline |
Definition at line 147 of file _swizzle.hpp.