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