| 
|   | __declspec (property(get=get_x, put=set_x)) int x | 
|   | Property for accessing element 0 of this int_3 as an int.  More...
  | 
|   | 
|   | __declspec (property(get=get_x, put=set_x)) int r | 
|   | Property for accessing element 0 of this int_3 as an int.  More...
  | 
|   | 
| int  | get_x () const __GPU | 
|   | Returns element 0 of this int_3.  More...
  | 
|   | 
| int &  | ref_x () __GPU | 
|   | Returns reference to element 0 of this int_3.  More...
  | 
|   | 
| int &  | ref_r () __GPU | 
|   | Returns reference to element 0 of this int_3.  More...
  | 
|   | 
| void  | set_x (int _Value) __GPU | 
|   | Set element 0 of this int_3 with an int.  More...
  | 
|   | 
|   | __declspec (property(get=get_y, put=set_y)) int y | 
|   | Property for accessing element 1 of this int_3 as an int.  More...
  | 
|   | 
|   | __declspec (property(get=get_y, put=set_y)) int g | 
|   | Property for accessing element 1 of this int_3 as an int.  More...
  | 
|   | 
| int  | get_y () const __GPU | 
|   | Returns element 1 of this int_3.  More...
  | 
|   | 
| int &  | ref_y () __GPU | 
|   | Returns reference to element 1 of this int_3.  More...
  | 
|   | 
| int &  | ref_g () __GPU | 
|   | Returns reference to element 1 of this int_3.  More...
  | 
|   | 
| void  | set_y (int _Value) __GPU | 
|   | Set element 1 of this int_3 with an int.  More...
  | 
|   | 
|   | __declspec (property(get=get_z, put=set_z)) int z | 
|   | Property for accessing element 2 of this int_3 as an int.  More...
  | 
|   | 
|   | __declspec (property(get=get_z, put=set_z)) int b | 
|   | Property for accessing element 2 of this int_3 as an int.  More...
  | 
|   | 
| int  | get_z () const __GPU | 
|   | Returns element 2 of this int_3.  More...
  | 
|   | 
| int &  | ref_z () __GPU | 
|   | Returns reference to element 2 of this int_3.  More...
  | 
|   | 
| int &  | ref_b () __GPU | 
|   | Returns reference to element 2 of this int_3.  More...
  | 
|   | 
| void  | set_z (int _Value) __GPU | 
|   | Set element 2 of this int_3 with an int.  More...
  | 
|   | 
|   | int_3 () __GPU | 
|   | Default constructor, initializes all elements with 0.  More...
  | 
|   | 
|   | int_3 (int _V0, int _V1, int _V2) __GPU | 
|   | Constructor.  More...
  | 
|   | 
|   | int_3 (int _V) __GPU | 
|   | Constructor.  More...
  | 
|   | 
|   | int_3 (const uint_3 &_Other) __GPU | 
|   | Constructor. Each element is initialized by casting from the corresponding element in _Other.  More...
  | 
|   | 
|   | int_3 (const float_3 &_Other) __GPU | 
|   | Constructor. Each element is initialized by casting from the corresponding element in _Other.  More...
  | 
|   | 
|   | int_3 (const unorm_3 &_Other) __GPU | 
|   | Constructor. Each element is initialized by casting from the corresponding element in _Other.  More...
  | 
|   | 
|   | int_3 (const norm_3 &_Other) __GPU | 
|   | Constructor. Each element is initialized by casting from the corresponding element in _Other.  More...
  | 
|   | 
|   | int_3 (const double_3 &_Other) __GPU | 
|   | Constructor. Each element is initialized by casting from the corresponding element in _Other.  More...
  | 
|   | 
| int_3  | operator~ () const __GPU | 
|   | 
| int_3  | operator- () const __GPU | 
|   | 
| int_3 &  | operator++ () __GPU | 
|   | 
| int_3  | operator++ (int) __GPU | 
|   | 
| int_3 &  | operator-- () __GPU | 
|   | 
| int_3  | operator-- (int) __GPU | 
|   | 
| int_3 &  | operator+= (const int_3 &_Other) __GPU | 
|   | 
| int_3 &  | operator-= (const int_3 &_Other) __GPU | 
|   | 
| int_3 &  | operator*= (const int_3 &_Other) __GPU | 
|   | 
| int_3 &  | operator/= (const int_3 &_Other) __GPU | 
|   | 
| int_3 &  | operator%= (const int_3 &_Other) __GPU | 
|   | 
| int_3 &  | operator^= (const int_3 &_Other) __GPU | 
|   | 
| int_3 &  | operator|= (const int_3 &_Other) __GPU | 
|   | 
| int_3 &  | operator&= (const int_3 &_Other) __GPU | 
|   | 
| int_3 &  | operator>>= (const int_3 &_Other) __GPU | 
|   | 
| int_3 &  | operator<<= (const int_3 &_Other) __GPU | 
|   | 
|   | __declspec (property(get=get_xy, put=set_xy)) int_2 xy | 
|   | Property for accessing element 0, and 1 of this int_3 as an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_xy, put=set_xy)) int_2 rg | 
|   | Property for accessing element 0, and 1 of this int_3 as an int_2.  More...
  | 
|   | 
| int_2  | get_xy () const __GPU | 
|   | Returns an int_2 that is composed of element 0, and element 1 of this int_3.  More...
  | 
|   | 
| void  | set_xy (const int_2 &_Value) __GPU | 
|   | Set element 0, and 1 of this int_3 with an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_xz, put=set_xz)) int_2 xz | 
|   | Property for accessing element 0, and 2 of this int_3 as an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_xz, put=set_xz)) int_2 rb | 
|   | Property for accessing element 0, and 2 of this int_3 as an int_2.  More...
  | 
|   | 
| int_2  | get_xz () const __GPU | 
|   | Returns an int_2 that is composed of element 0, and element 2 of this int_3.  More...
  | 
|   | 
| void  | set_xz (const int_2 &_Value) __GPU | 
|   | Set element 0, and 2 of this int_3 with an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_yx, put=set_yx)) int_2 yx | 
|   | Property for accessing element 1, and 0 of this int_3 as an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_yx, put=set_yx)) int_2 gr | 
|   | Property for accessing element 1, and 0 of this int_3 as an int_2.  More...
  | 
|   | 
| int_2  | get_yx () const __GPU | 
|   | Returns an int_2 that is composed of element 1, and element 0 of this int_3.  More...
  | 
|   | 
| void  | set_yx (const int_2 &_Value) __GPU | 
|   | Set element 1, and 0 of this int_3 with an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_yz, put=set_yz)) int_2 yz | 
|   | Property for accessing element 1, and 2 of this int_3 as an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_yz, put=set_yz)) int_2 gb | 
|   | Property for accessing element 1, and 2 of this int_3 as an int_2.  More...
  | 
|   | 
| int_2  | get_yz () const __GPU | 
|   | Returns an int_2 that is composed of element 1, and element 2 of this int_3.  More...
  | 
|   | 
| void  | set_yz (const int_2 &_Value) __GPU | 
|   | Set element 1, and 2 of this int_3 with an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_zx, put=set_zx)) int_2 zx | 
|   | Property for accessing element 2, and 0 of this int_3 as an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_zx, put=set_zx)) int_2 br | 
|   | Property for accessing element 2, and 0 of this int_3 as an int_2.  More...
  | 
|   | 
| int_2  | get_zx () const __GPU | 
|   | Returns an int_2 that is composed of element 2, and element 0 of this int_3.  More...
  | 
|   | 
| void  | set_zx (const int_2 &_Value) __GPU | 
|   | Set element 2, and 0 of this int_3 with an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_zy, put=set_zy)) int_2 zy | 
|   | Property for accessing element 2, and 1 of this int_3 as an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_zy, put=set_zy)) int_2 bg | 
|   | Property for accessing element 2, and 1 of this int_3 as an int_2.  More...
  | 
|   | 
| int_2  | get_zy () const __GPU | 
|   | Returns an int_2 that is composed of element 2, and element 1 of this int_3.  More...
  | 
|   | 
| void  | set_zy (const int_2 &_Value) __GPU | 
|   | Set element 2, and 1 of this int_3 with an int_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_xyz, put=set_xyz)) int_3 xyz | 
|   | Property for accessing element 0, 1, and 2 of this int_3 as an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xyz, put=set_xyz)) int_3 rgb | 
|   | Property for accessing element 0, 1, and 2 of this int_3 as an int_3.  More...
  | 
|   | 
| int_3  | get_xyz () const __GPU | 
|   | Returns an int_3 that is composed of element 0, element 1, and element 2 of this int_3.  More...
  | 
|   | 
| void  | set_xyz (const int_3 &_Value) __GPU | 
|   | Set element 0, 1, and 2 of this int_3 with an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xzy, put=set_xzy)) int_3 xzy | 
|   | Property for accessing element 0, 2, and 1 of this int_3 as an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xzy, put=set_xzy)) int_3 rbg | 
|   | Property for accessing element 0, 2, and 1 of this int_3 as an int_3.  More...
  | 
|   | 
| int_3  | get_xzy () const __GPU | 
|   | Returns an int_3 that is composed of element 0, element 2, and element 1 of this int_3.  More...
  | 
|   | 
| void  | set_xzy (const int_3 &_Value) __GPU | 
|   | Set element 0, 2, and 1 of this int_3 with an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yxz, put=set_yxz)) int_3 yxz | 
|   | Property for accessing element 1, 0, and 2 of this int_3 as an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yxz, put=set_yxz)) int_3 grb | 
|   | Property for accessing element 1, 0, and 2 of this int_3 as an int_3.  More...
  | 
|   | 
| int_3  | get_yxz () const __GPU | 
|   | Returns an int_3 that is composed of element 1, element 0, and element 2 of this int_3.  More...
  | 
|   | 
| void  | set_yxz (const int_3 &_Value) __GPU | 
|   | Set element 1, 0, and 2 of this int_3 with an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yzx, put=set_yzx)) int_3 yzx | 
|   | Property for accessing element 1, 2, and 0 of this int_3 as an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yzx, put=set_yzx)) int_3 gbr | 
|   | Property for accessing element 1, 2, and 0 of this int_3 as an int_3.  More...
  | 
|   | 
| int_3  | get_yzx () const __GPU | 
|   | Returns an int_3 that is composed of element 1, element 2, and element 0 of this int_3.  More...
  | 
|   | 
| void  | set_yzx (const int_3 &_Value) __GPU | 
|   | Set element 1, 2, and 0 of this int_3 with an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zxy, put=set_zxy)) int_3 zxy | 
|   | Property for accessing element 2, 0, and 1 of this int_3 as an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zxy, put=set_zxy)) int_3 brg | 
|   | Property for accessing element 2, 0, and 1 of this int_3 as an int_3.  More...
  | 
|   | 
| int_3  | get_zxy () const __GPU | 
|   | Returns an int_3 that is composed of element 2, element 0, and element 1 of this int_3.  More...
  | 
|   | 
| void  | set_zxy (const int_3 &_Value) __GPU | 
|   | Set element 2, 0, and 1 of this int_3 with an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zyx, put=set_zyx)) int_3 zyx | 
|   | Property for accessing element 2, 1, and 0 of this int_3 as an int_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zyx, put=set_zyx)) int_3 bgr | 
|   | Property for accessing element 2, 1, and 0 of this int_3 as an int_3.  More...
  | 
|   | 
| int_3  | get_zyx () const __GPU | 
|   | Returns an int_3 that is composed of element 2, element 1, and element 0 of this int_3.  More...
  | 
|   | 
| void  | set_zyx (const int_3 &_Value) __GPU | 
|   | Set element 2, 1, and 0 of this int_3 with an int_3.  More...
  | 
|   | 
Represent a short vector of 3 int's.