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