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