|
| __declspec (property(get=get_x, put=set_x)) unsigned int x |
| Property for accessing element 0 of this uint_2 as an unsigned int. More...
|
|
| __declspec (property(get=get_x, put=set_x)) unsigned int r |
| Property for accessing element 0 of this uint_2 as an unsigned int. More...
|
|
unsigned int | get_x () const __GPU |
| Returns element 0 of this uint_2. More...
|
|
unsigned int & | ref_x () __GPU |
| Returns reference to element 0 of this uint_2. More...
|
|
unsigned int & | ref_r () __GPU |
| Returns reference to element 0 of this uint_2. More...
|
|
void | set_x (unsigned int _Value) __GPU |
| Set element 0 of this uint_2 with an unsigned int. More...
|
|
| __declspec (property(get=get_y, put=set_y)) unsigned int y |
| Property for accessing element 1 of this uint_2 as an unsigned int. More...
|
|
| __declspec (property(get=get_y, put=set_y)) unsigned int g |
| Property for accessing element 1 of this uint_2 as an unsigned int. More...
|
|
unsigned int | get_y () const __GPU |
| Returns element 1 of this uint_2. More...
|
|
unsigned int & | ref_y () __GPU |
| Returns reference to element 1 of this uint_2. More...
|
|
unsigned int & | ref_g () __GPU |
| Returns reference to element 1 of this uint_2. More...
|
|
void | set_y (unsigned int _Value) __GPU |
| Set element 1 of this uint_2 with an unsigned int. More...
|
|
| uint_2 () __GPU |
| Default constructor, initializes all elements with 0. More...
|
|
| uint_2 (unsigned int _V0, unsigned int _V1) __GPU |
| Constructor. More...
|
|
| uint_2 (unsigned int _V) __GPU |
| Constructor. More...
|
|
| uint_2 (const int_2 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| uint_2 (const float_2 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| uint_2 (const unorm_2 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| uint_2 (const norm_2 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| uint_2 (const double_2 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
uint_2 | operator~ () const __GPU |
|
uint_2 & | operator++ () __GPU |
|
uint_2 | operator++ (int) __GPU |
|
uint_2 & | operator-- () __GPU |
|
uint_2 | operator-- (int) __GPU |
|
uint_2 & | operator+= (const uint_2 &_Other) __GPU |
|
uint_2 & | operator-= (const uint_2 &_Other) __GPU |
|
uint_2 & | operator*= (const uint_2 &_Other) __GPU |
|
uint_2 & | operator/= (const uint_2 &_Other) __GPU |
|
uint_2 & | operator%= (const uint_2 &_Other) __GPU |
|
uint_2 & | operator^= (const uint_2 &_Other) __GPU |
|
uint_2 & | operator|= (const uint_2 &_Other) __GPU |
|
uint_2 & | operator&= (const uint_2 &_Other) __GPU |
|
uint_2 & | operator>>= (const uint_2 &_Other) __GPU |
|
uint_2 & | operator<<= (const uint_2 &_Other) __GPU |
|
| __declspec (property(get=get_xy, put=set_xy)) uint_2 xy |
| Property for accessing element 0, and 1 of this uint_2 as a uint_2. More...
|
|
| __declspec (property(get=get_xy, put=set_xy)) uint_2 rg |
| Property for accessing element 0, and 1 of this uint_2 as a uint_2. More...
|
|
uint_2 | get_xy () const __GPU |
| Returns a uint_2 that is composed of element 0, and element 1 of this uint_2. More...
|
|
void | set_xy (const uint_2 &_Value) __GPU |
| Set element 0, and 1 of this uint_2 with a uint_2. More...
|
|
| __declspec (property(get=get_yx, put=set_yx)) uint_2 yx |
| Property for accessing element 1, and 0 of this uint_2 as a uint_2. More...
|
|
| __declspec (property(get=get_yx, put=set_yx)) uint_2 gr |
| Property for accessing element 1, and 0 of this uint_2 as a uint_2. More...
|
|
uint_2 | get_yx () const __GPU |
| Returns a uint_2 that is composed of element 1, and element 0 of this uint_2. More...
|
|
void | set_yx (const uint_2 &_Value) __GPU |
| Set element 1, and 0 of this uint_2 with a uint_2. More...
|
|
Represent a short vector of 2 unsigned ints.