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