|
|
typedef VecType | vec_type |
| |
|
typedef ValueType | value_type |
| |
|
typedef ValueType | value_type |
| |
|
|
_swizzle_base2 & | operator= (const ValueType &t) |
| |
|
_swizzle_base2 & | operator= (const VecType &that) |
| |
|
void | operator-= (const VecType &that) |
| |
|
void | operator+= (const VecType &that) |
| |
|
void | operator*= (const VecType &that) |
| |
|
void | operator/= (const VecType &that) |
| |
|
value_type & | operator[] (size_t i) |
| |
|
value_type | operator[] (size_t i) const |
| |
|
|
template<typename T > |
| void | _apply_op (const VecType &that, T op) |
| |
|
value_type & | elem (size_t i) |
| |
|
const value_type & | elem (size_t i) const |
| |
The documentation for this struct was generated from the following file: