|
| __declspec (property(get=get_x, put=set_x)) float x |
| Property for accessing element 0 of this float_4 as a float. More...
|
|
| __declspec (property(get=get_x, put=set_x)) float r |
| Property for accessing element 0 of this float_4 as a float. More...
|
|
float | get_x () const __GPU |
| Returns element 0 of this float_4. More...
|
|
float & | ref_x () __GPU |
| Returns reference to element 0 of this float_4. More...
|
|
float & | ref_r () __GPU |
| Returns reference to element 0 of this float_4. More...
|
|
void | set_x (float _Value) __GPU |
| Set element 0 of this float_4 with a float. More...
|
|
| __declspec (property(get=get_y, put=set_y)) float y |
| Property for accessing element 1 of this float_4 as a float. More...
|
|
| __declspec (property(get=get_y, put=set_y)) float g |
| Property for accessing element 1 of this float_4 as a float. More...
|
|
float | get_y () const __GPU |
| Returns element 1 of this float_4. More...
|
|
float & | ref_y () __GPU |
| Returns reference to element 1 of this float_4. More...
|
|
float & | ref_g () __GPU |
| Returns reference to element 1 of this float_4. More...
|
|
void | set_y (float _Value) __GPU |
| Set element 1 of this float_4 with a float. More...
|
|
| __declspec (property(get=get_z, put=set_z)) float z |
| Property for accessing element 2 of this float_4 as a float. More...
|
|
| __declspec (property(get=get_z, put=set_z)) float b |
| Property for accessing element 2 of this float_4 as a float. More...
|
|
float | get_z () const __GPU |
| Returns element 2 of this float_4. More...
|
|
float & | ref_z () __GPU |
| Returns reference to element 2 of this float_4. More...
|
|
float & | ref_b () __GPU |
| Returns reference to element 2 of this float_4. More...
|
|
void | set_z (float _Value) __GPU |
| Set element 2 of this float_4 with a float. More...
|
|
| __declspec (property(get=get_w, put=set_w)) float w |
| Property for accessing element 3 of this float_4 as a float. More...
|
|
| __declspec (property(get=get_w, put=set_w)) float a |
| Property for accessing element 3 of this float_4 as a float. More...
|
|
float | get_w () const __GPU |
| Returns element 3 of this float_4. More...
|
|
float & | ref_w () __GPU |
| Returns reference to element 3 of this float_4. More...
|
|
float & | ref_a () __GPU |
| Returns reference to element 3 of this float_4. More...
|
|
void | set_w (float _Value) __GPU |
| Set element 3 of this float_4 with a float. More...
|
|
| float_4 () __GPU |
| Default constructor, initializes all elements with 0. More...
|
|
| float_4 (float _V0, float _V1, float _V2, float _V3) __GPU |
| Constructor. More...
|
|
| float_4 (float _V) __GPU |
| Constructor. More...
|
|
| float_4 (const uint_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| float_4 (const int_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| float_4 (const unorm_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| float_4 (const norm_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| float_4 (const double_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
float_4 | operator- () const __GPU |
|
float_4 & | operator++ () __GPU |
|
float_4 | operator++ (int) __GPU |
|
float_4 & | operator-- () __GPU |
|
float_4 | operator-- (int) __GPU |
|
float_4 & | operator+= (const float_4 &_Other) __GPU |
|
float_4 & | operator-= (const float_4 &_Other) __GPU |
|
float_4 & | operator*= (const float_4 &_Other) __GPU |
|
float_4 & | operator/= (const float_4 &_Other) __GPU |
|
| __declspec (property(get=get_xy, put=set_xy)) float_2 xy |
| Property for accessing element 0, and 1 of this float_4 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_4 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_4. More...
|
|
void | set_xy (const float_2 &_Value) __GPU |
| Set element 0, and 1 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_xz, put=set_xz)) float_2 xz |
| Property for accessing element 0, and 2 of this float_4 as a float_2. More...
|
|
| __declspec (property(get=get_xz, put=set_xz)) float_2 rb |
| Property for accessing element 0, and 2 of this float_4 as a float_2. More...
|
|
float_2 | get_xz () const __GPU |
| Returns a float_2 that is composed of element 0, and element 2 of this float_4. More...
|
|
void | set_xz (const float_2 &_Value) __GPU |
| Set element 0, and 2 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_xw, put=set_xw)) float_2 xw |
| Property for accessing element 0, and 3 of this float_4 as a float_2. More...
|
|
| __declspec (property(get=get_xw, put=set_xw)) float_2 ra |
| Property for accessing element 0, and 3 of this float_4 as a float_2. More...
|
|
float_2 | get_xw () const __GPU |
| Returns a float_2 that is composed of element 0, and element 3 of this float_4. More...
|
|
void | set_xw (const float_2 &_Value) __GPU |
| Set element 0, and 3 of this float_4 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_4 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_4 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_4. More...
|
|
void | set_yx (const float_2 &_Value) __GPU |
| Set element 1, and 0 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_yz, put=set_yz)) float_2 yz |
| Property for accessing element 1, and 2 of this float_4 as a float_2. More...
|
|
| __declspec (property(get=get_yz, put=set_yz)) float_2 gb |
| Property for accessing element 1, and 2 of this float_4 as a float_2. More...
|
|
float_2 | get_yz () const __GPU |
| Returns a float_2 that is composed of element 1, and element 2 of this float_4. More...
|
|
void | set_yz (const float_2 &_Value) __GPU |
| Set element 1, and 2 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_yw, put=set_yw)) float_2 yw |
| Property for accessing element 1, and 3 of this float_4 as a float_2. More...
|
|
| __declspec (property(get=get_yw, put=set_yw)) float_2 ga |
| Property for accessing element 1, and 3 of this float_4 as a float_2. More...
|
|
float_2 | get_yw () const __GPU |
| Returns a float_2 that is composed of element 1, and element 3 of this float_4. More...
|
|
void | set_yw (const float_2 &_Value) __GPU |
| Set element 1, and 3 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_zx, put=set_zx)) float_2 zx |
| Property for accessing element 2, and 0 of this float_4 as a float_2. More...
|
|
| __declspec (property(get=get_zx, put=set_zx)) float_2 br |
| Property for accessing element 2, and 0 of this float_4 as a float_2. More...
|
|
float_2 | get_zx () const __GPU |
| Returns a float_2 that is composed of element 2, and element 0 of this float_4. More...
|
|
void | set_zx (const float_2 &_Value) __GPU |
| Set element 2, and 0 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_zy, put=set_zy)) float_2 zy |
| Property for accessing element 2, and 1 of this float_4 as a float_2. More...
|
|
| __declspec (property(get=get_zy, put=set_zy)) float_2 bg |
| Property for accessing element 2, and 1 of this float_4 as a float_2. More...
|
|
float_2 | get_zy () const __GPU |
| Returns a float_2 that is composed of element 2, and element 1 of this float_4. More...
|
|
void | set_zy (const float_2 &_Value) __GPU |
| Set element 2, and 1 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_zw, put=set_zw)) float_2 zw |
| Property for accessing element 2, and 3 of this float_4 as a float_2. More...
|
|
| __declspec (property(get=get_zw, put=set_zw)) float_2 ba |
| Property for accessing element 2, and 3 of this float_4 as a float_2. More...
|
|
float_2 | get_zw () const __GPU |
| Returns a float_2 that is composed of element 2, and element 3 of this float_4. More...
|
|
void | set_zw (const float_2 &_Value) __GPU |
| Set element 2, and 3 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_wx, put=set_wx)) float_2 wx |
| Property for accessing element 3, and 0 of this float_4 as a float_2. More...
|
|
| __declspec (property(get=get_wx, put=set_wx)) float_2 ar |
| Property for accessing element 3, and 0 of this float_4 as a float_2. More...
|
|
float_2 | get_wx () const __GPU |
| Returns a float_2 that is composed of element 3, and element 0 of this float_4. More...
|
|
void | set_wx (const float_2 &_Value) __GPU |
| Set element 3, and 0 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_wy, put=set_wy)) float_2 wy |
| Property for accessing element 3, and 1 of this float_4 as a float_2. More...
|
|
| __declspec (property(get=get_wy, put=set_wy)) float_2 ag |
| Property for accessing element 3, and 1 of this float_4 as a float_2. More...
|
|
float_2 | get_wy () const __GPU |
| Returns a float_2 that is composed of element 3, and element 1 of this float_4. More...
|
|
void | set_wy (const float_2 &_Value) __GPU |
| Set element 3, and 1 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_wz, put=set_wz)) float_2 wz |
| Property for accessing element 3, and 2 of this float_4 as a float_2. More...
|
|
| __declspec (property(get=get_wz, put=set_wz)) float_2 ab |
| Property for accessing element 3, and 2 of this float_4 as a float_2. More...
|
|
float_2 | get_wz () const __GPU |
| Returns a float_2 that is composed of element 3, and element 2 of this float_4. More...
|
|
void | set_wz (const float_2 &_Value) __GPU |
| Set element 3, and 2 of this float_4 with a float_2. More...
|
|
| __declspec (property(get=get_xyz, put=set_xyz)) float_3 xyz |
| Property for accessing element 0, 1, and 2 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_xyz, put=set_xyz)) float_3 rgb |
| Property for accessing element 0, 1, and 2 of this float_4 as a float_3. More...
|
|
float_3 | get_xyz () const __GPU |
| Returns a float_3 that is composed of element 0, element 1, and element 2 of this float_4. More...
|
|
void | set_xyz (const float_3 &_Value) __GPU |
| Set element 0, 1, and 2 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_xyw, put=set_xyw)) float_3 xyw |
| Property for accessing element 0, 1, and 3 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_xyw, put=set_xyw)) float_3 rga |
| Property for accessing element 0, 1, and 3 of this float_4 as a float_3. More...
|
|
float_3 | get_xyw () const __GPU |
| Returns a float_3 that is composed of element 0, element 1, and element 3 of this float_4. More...
|
|
void | set_xyw (const float_3 &_Value) __GPU |
| Set element 0, 1, and 3 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_xzy, put=set_xzy)) float_3 xzy |
| Property for accessing element 0, 2, and 1 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_xzy, put=set_xzy)) float_3 rbg |
| Property for accessing element 0, 2, and 1 of this float_4 as a float_3. More...
|
|
float_3 | get_xzy () const __GPU |
| Returns a float_3 that is composed of element 0, element 2, and element 1 of this float_4. More...
|
|
void | set_xzy (const float_3 &_Value) __GPU |
| Set element 0, 2, and 1 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_xzw, put=set_xzw)) float_3 xzw |
| Property for accessing element 0, 2, and 3 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_xzw, put=set_xzw)) float_3 rba |
| Property for accessing element 0, 2, and 3 of this float_4 as a float_3. More...
|
|
float_3 | get_xzw () const __GPU |
| Returns a float_3 that is composed of element 0, element 2, and element 3 of this float_4. More...
|
|
void | set_xzw (const float_3 &_Value) __GPU |
| Set element 0, 2, and 3 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_xwy, put=set_xwy)) float_3 xwy |
| Property for accessing element 0, 3, and 1 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_xwy, put=set_xwy)) float_3 rag |
| Property for accessing element 0, 3, and 1 of this float_4 as a float_3. More...
|
|
float_3 | get_xwy () const __GPU |
| Returns a float_3 that is composed of element 0, element 3, and element 1 of this float_4. More...
|
|
void | set_xwy (const float_3 &_Value) __GPU |
| Set element 0, 3, and 1 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_xwz, put=set_xwz)) float_3 xwz |
| Property for accessing element 0, 3, and 2 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_xwz, put=set_xwz)) float_3 rab |
| Property for accessing element 0, 3, and 2 of this float_4 as a float_3. More...
|
|
float_3 | get_xwz () const __GPU |
| Returns a float_3 that is composed of element 0, element 3, and element 2 of this float_4. More...
|
|
void | set_xwz (const float_3 &_Value) __GPU |
| Set element 0, 3, and 2 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_yxz, put=set_yxz)) float_3 yxz |
| Property for accessing element 1, 0, and 2 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_yxz, put=set_yxz)) float_3 grb |
| Property for accessing element 1, 0, and 2 of this float_4 as a float_3. More...
|
|
float_3 | get_yxz () const __GPU |
| Returns a float_3 that is composed of element 1, element 0, and element 2 of this float_4. More...
|
|
void | set_yxz (const float_3 &_Value) __GPU |
| Set element 1, 0, and 2 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_yxw, put=set_yxw)) float_3 yxw |
| Property for accessing element 1, 0, and 3 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_yxw, put=set_yxw)) float_3 gra |
| Property for accessing element 1, 0, and 3 of this float_4 as a float_3. More...
|
|
float_3 | get_yxw () const __GPU |
| Returns a float_3 that is composed of element 1, element 0, and element 3 of this float_4. More...
|
|
void | set_yxw (const float_3 &_Value) __GPU |
| Set element 1, 0, and 3 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_yzx, put=set_yzx)) float_3 yzx |
| Property for accessing element 1, 2, and 0 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_yzx, put=set_yzx)) float_3 gbr |
| Property for accessing element 1, 2, and 0 of this float_4 as a float_3. More...
|
|
float_3 | get_yzx () const __GPU |
| Returns a float_3 that is composed of element 1, element 2, and element 0 of this float_4. More...
|
|
void | set_yzx (const float_3 &_Value) __GPU |
| Set element 1, 2, and 0 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_yzw, put=set_yzw)) float_3 yzw |
| Property for accessing element 1, 2, and 3 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_yzw, put=set_yzw)) float_3 gba |
| Property for accessing element 1, 2, and 3 of this float_4 as a float_3. More...
|
|
float_3 | get_yzw () const __GPU |
| Returns a float_3 that is composed of element 1, element 2, and element 3 of this float_4. More...
|
|
void | set_yzw (const float_3 &_Value) __GPU |
| Set element 1, 2, and 3 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_ywx, put=set_ywx)) float_3 ywx |
| Property for accessing element 1, 3, and 0 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_ywx, put=set_ywx)) float_3 gar |
| Property for accessing element 1, 3, and 0 of this float_4 as a float_3. More...
|
|
float_3 | get_ywx () const __GPU |
| Returns a float_3 that is composed of element 1, element 3, and element 0 of this float_4. More...
|
|
void | set_ywx (const float_3 &_Value) __GPU |
| Set element 1, 3, and 0 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_ywz, put=set_ywz)) float_3 ywz |
| Property for accessing element 1, 3, and 2 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_ywz, put=set_ywz)) float_3 gab |
| Property for accessing element 1, 3, and 2 of this float_4 as a float_3. More...
|
|
float_3 | get_ywz () const __GPU |
| Returns a float_3 that is composed of element 1, element 3, and element 2 of this float_4. More...
|
|
void | set_ywz (const float_3 &_Value) __GPU |
| Set element 1, 3, and 2 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_zxy, put=set_zxy)) float_3 zxy |
| Property for accessing element 2, 0, and 1 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_zxy, put=set_zxy)) float_3 brg |
| Property for accessing element 2, 0, and 1 of this float_4 as a float_3. More...
|
|
float_3 | get_zxy () const __GPU |
| Returns a float_3 that is composed of element 2, element 0, and element 1 of this float_4. More...
|
|
void | set_zxy (const float_3 &_Value) __GPU |
| Set element 2, 0, and 1 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_zxw, put=set_zxw)) float_3 zxw |
| Property for accessing element 2, 0, and 3 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_zxw, put=set_zxw)) float_3 bra |
| Property for accessing element 2, 0, and 3 of this float_4 as a float_3. More...
|
|
float_3 | get_zxw () const __GPU |
| Returns a float_3 that is composed of element 2, element 0, and element 3 of this float_4. More...
|
|
void | set_zxw (const float_3 &_Value) __GPU |
| Set element 2, 0, and 3 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_zyx, put=set_zyx)) float_3 zyx |
| Property for accessing element 2, 1, and 0 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_zyx, put=set_zyx)) float_3 bgr |
| Property for accessing element 2, 1, and 0 of this float_4 as a float_3. More...
|
|
float_3 | get_zyx () const __GPU |
| Returns a float_3 that is composed of element 2, element 1, and element 0 of this float_4. More...
|
|
void | set_zyx (const float_3 &_Value) __GPU |
| Set element 2, 1, and 0 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_zyw, put=set_zyw)) float_3 zyw |
| Property for accessing element 2, 1, and 3 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_zyw, put=set_zyw)) float_3 bga |
| Property for accessing element 2, 1, and 3 of this float_4 as a float_3. More...
|
|
float_3 | get_zyw () const __GPU |
| Returns a float_3 that is composed of element 2, element 1, and element 3 of this float_4. More...
|
|
void | set_zyw (const float_3 &_Value) __GPU |
| Set element 2, 1, and 3 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_zwx, put=set_zwx)) float_3 zwx |
| Property for accessing element 2, 3, and 0 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_zwx, put=set_zwx)) float_3 bar |
| Property for accessing element 2, 3, and 0 of this float_4 as a float_3. More...
|
|
float_3 | get_zwx () const __GPU |
| Returns a float_3 that is composed of element 2, element 3, and element 0 of this float_4. More...
|
|
void | set_zwx (const float_3 &_Value) __GPU |
| Set element 2, 3, and 0 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_zwy, put=set_zwy)) float_3 zwy |
| Property for accessing element 2, 3, and 1 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_zwy, put=set_zwy)) float_3 bag |
| Property for accessing element 2, 3, and 1 of this float_4 as a float_3. More...
|
|
float_3 | get_zwy () const __GPU |
| Returns a float_3 that is composed of element 2, element 3, and element 1 of this float_4. More...
|
|
void | set_zwy (const float_3 &_Value) __GPU |
| Set element 2, 3, and 1 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_wxy, put=set_wxy)) float_3 wxy |
| Property for accessing element 3, 0, and 1 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_wxy, put=set_wxy)) float_3 arg |
| Property for accessing element 3, 0, and 1 of this float_4 as a float_3. More...
|
|
float_3 | get_wxy () const __GPU |
| Returns a float_3 that is composed of element 3, element 0, and element 1 of this float_4. More...
|
|
void | set_wxy (const float_3 &_Value) __GPU |
| Set element 3, 0, and 1 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_wxz, put=set_wxz)) float_3 wxz |
| Property for accessing element 3, 0, and 2 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_wxz, put=set_wxz)) float_3 arb |
| Property for accessing element 3, 0, and 2 of this float_4 as a float_3. More...
|
|
float_3 | get_wxz () const __GPU |
| Returns a float_3 that is composed of element 3, element 0, and element 2 of this float_4. More...
|
|
void | set_wxz (const float_3 &_Value) __GPU |
| Set element 3, 0, and 2 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_wyx, put=set_wyx)) float_3 wyx |
| Property for accessing element 3, 1, and 0 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_wyx, put=set_wyx)) float_3 agr |
| Property for accessing element 3, 1, and 0 of this float_4 as a float_3. More...
|
|
float_3 | get_wyx () const __GPU |
| Returns a float_3 that is composed of element 3, element 1, and element 0 of this float_4. More...
|
|
void | set_wyx (const float_3 &_Value) __GPU |
| Set element 3, 1, and 0 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_wyz, put=set_wyz)) float_3 wyz |
| Property for accessing element 3, 1, and 2 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_wyz, put=set_wyz)) float_3 agb |
| Property for accessing element 3, 1, and 2 of this float_4 as a float_3. More...
|
|
float_3 | get_wyz () const __GPU |
| Returns a float_3 that is composed of element 3, element 1, and element 2 of this float_4. More...
|
|
void | set_wyz (const float_3 &_Value) __GPU |
| Set element 3, 1, and 2 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_wzx, put=set_wzx)) float_3 wzx |
| Property for accessing element 3, 2, and 0 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_wzx, put=set_wzx)) float_3 abr |
| Property for accessing element 3, 2, and 0 of this float_4 as a float_3. More...
|
|
float_3 | get_wzx () const __GPU |
| Returns a float_3 that is composed of element 3, element 2, and element 0 of this float_4. More...
|
|
void | set_wzx (const float_3 &_Value) __GPU |
| Set element 3, 2, and 0 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_wzy, put=set_wzy)) float_3 wzy |
| Property for accessing element 3, 2, and 1 of this float_4 as a float_3. More...
|
|
| __declspec (property(get=get_wzy, put=set_wzy)) float_3 abg |
| Property for accessing element 3, 2, and 1 of this float_4 as a float_3. More...
|
|
float_3 | get_wzy () const __GPU |
| Returns a float_3 that is composed of element 3, element 2, and element 1 of this float_4. More...
|
|
void | set_wzy (const float_3 &_Value) __GPU |
| Set element 3, 2, and 1 of this float_4 with a float_3. More...
|
|
| __declspec (property(get=get_xyzw, put=set_xyzw)) float_4 xyzw |
| Property for accessing element 0, 1, 2, and 3 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_xyzw, put=set_xyzw)) float_4 rgba |
| Property for accessing element 0, 1, 2, and 3 of this float_4 as a float_4. More...
|
|
float_4 | get_xyzw () const __GPU |
| Returns a float_4 that is composed of element 0, element 1, element 2, and element 3 of this float_4. More...
|
|
void | set_xyzw (const float_4 &_Value) __GPU |
| Set element 0, 1, 2, and 3 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_xywz, put=set_xywz)) float_4 xywz |
| Property for accessing element 0, 1, 3, and 2 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_xywz, put=set_xywz)) float_4 rgab |
| Property for accessing element 0, 1, 3, and 2 of this float_4 as a float_4. More...
|
|
float_4 | get_xywz () const __GPU |
| Returns a float_4 that is composed of element 0, element 1, element 3, and element 2 of this float_4. More...
|
|
void | set_xywz (const float_4 &_Value) __GPU |
| Set element 0, 1, 3, and 2 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_xzyw, put=set_xzyw)) float_4 xzyw |
| Property for accessing element 0, 2, 1, and 3 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_xzyw, put=set_xzyw)) float_4 rbga |
| Property for accessing element 0, 2, 1, and 3 of this float_4 as a float_4. More...
|
|
float_4 | get_xzyw () const __GPU |
| Returns a float_4 that is composed of element 0, element 2, element 1, and element 3 of this float_4. More...
|
|
void | set_xzyw (const float_4 &_Value) __GPU |
| Set element 0, 2, 1, and 3 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_xzwy, put=set_xzwy)) float_4 xzwy |
| Property for accessing element 0, 2, 3, and 1 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_xzwy, put=set_xzwy)) float_4 rbag |
| Property for accessing element 0, 2, 3, and 1 of this float_4 as a float_4. More...
|
|
float_4 | get_xzwy () const __GPU |
| Returns a float_4 that is composed of element 0, element 2, element 3, and element 1 of this float_4. More...
|
|
void | set_xzwy (const float_4 &_Value) __GPU |
| Set element 0, 2, 3, and 1 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_xwyz, put=set_xwyz)) float_4 xwyz |
| Property for accessing element 0, 3, 1, and 2 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_xwyz, put=set_xwyz)) float_4 ragb |
| Property for accessing element 0, 3, 1, and 2 of this float_4 as a float_4. More...
|
|
float_4 | get_xwyz () const __GPU |
| Returns a float_4 that is composed of element 0, element 3, element 1, and element 2 of this float_4. More...
|
|
void | set_xwyz (const float_4 &_Value) __GPU |
| Set element 0, 3, 1, and 2 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_xwzy, put=set_xwzy)) float_4 xwzy |
| Property for accessing element 0, 3, 2, and 1 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_xwzy, put=set_xwzy)) float_4 rabg |
| Property for accessing element 0, 3, 2, and 1 of this float_4 as a float_4. More...
|
|
float_4 | get_xwzy () const __GPU |
| Returns a float_4 that is composed of element 0, element 3, element 2, and element 1 of this float_4. More...
|
|
void | set_xwzy (const float_4 &_Value) __GPU |
| Set element 0, 3, 2, and 1 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_yxzw, put=set_yxzw)) float_4 yxzw |
| Property for accessing element 1, 0, 2, and 3 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_yxzw, put=set_yxzw)) float_4 grba |
| Property for accessing element 1, 0, 2, and 3 of this float_4 as a float_4. More...
|
|
float_4 | get_yxzw () const __GPU |
| Returns a float_4 that is composed of element 1, element 0, element 2, and element 3 of this float_4. More...
|
|
void | set_yxzw (const float_4 &_Value) __GPU |
| Set element 1, 0, 2, and 3 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_yxwz, put=set_yxwz)) float_4 yxwz |
| Property for accessing element 1, 0, 3, and 2 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_yxwz, put=set_yxwz)) float_4 grab |
| Property for accessing element 1, 0, 3, and 2 of this float_4 as a float_4. More...
|
|
float_4 | get_yxwz () const __GPU |
| Returns a float_4 that is composed of element 1, element 0, element 3, and element 2 of this float_4. More...
|
|
void | set_yxwz (const float_4 &_Value) __GPU |
| Set element 1, 0, 3, and 2 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_yzxw, put=set_yzxw)) float_4 yzxw |
| Property for accessing element 1, 2, 0, and 3 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_yzxw, put=set_yzxw)) float_4 gbra |
| Property for accessing element 1, 2, 0, and 3 of this float_4 as a float_4. More...
|
|
float_4 | get_yzxw () const __GPU |
| Returns a float_4 that is composed of element 1, element 2, element 0, and element 3 of this float_4. More...
|
|
void | set_yzxw (const float_4 &_Value) __GPU |
| Set element 1, 2, 0, and 3 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_yzwx, put=set_yzwx)) float_4 yzwx |
| Property for accessing element 1, 2, 3, and 0 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_yzwx, put=set_yzwx)) float_4 gbar |
| Property for accessing element 1, 2, 3, and 0 of this float_4 as a float_4. More...
|
|
float_4 | get_yzwx () const __GPU |
| Returns a float_4 that is composed of element 1, element 2, element 3, and element 0 of this float_4. More...
|
|
void | set_yzwx (const float_4 &_Value) __GPU |
| Set element 1, 2, 3, and 0 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_ywxz, put=set_ywxz)) float_4 ywxz |
| Property for accessing element 1, 3, 0, and 2 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_ywxz, put=set_ywxz)) float_4 garb |
| Property for accessing element 1, 3, 0, and 2 of this float_4 as a float_4. More...
|
|
float_4 | get_ywxz () const __GPU |
| Returns a float_4 that is composed of element 1, element 3, element 0, and element 2 of this float_4. More...
|
|
void | set_ywxz (const float_4 &_Value) __GPU |
| Set element 1, 3, 0, and 2 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_ywzx, put=set_ywzx)) float_4 ywzx |
| Property for accessing element 1, 3, 2, and 0 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_ywzx, put=set_ywzx)) float_4 gabr |
| Property for accessing element 1, 3, 2, and 0 of this float_4 as a float_4. More...
|
|
float_4 | get_ywzx () const __GPU |
| Returns a float_4 that is composed of element 1, element 3, element 2, and element 0 of this float_4. More...
|
|
void | set_ywzx (const float_4 &_Value) __GPU |
| Set element 1, 3, 2, and 0 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_zxyw, put=set_zxyw)) float_4 zxyw |
| Property for accessing element 2, 0, 1, and 3 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_zxyw, put=set_zxyw)) float_4 brga |
| Property for accessing element 2, 0, 1, and 3 of this float_4 as a float_4. More...
|
|
float_4 | get_zxyw () const __GPU |
| Returns a float_4 that is composed of element 2, element 0, element 1, and element 3 of this float_4. More...
|
|
void | set_zxyw (const float_4 &_Value) __GPU |
| Set element 2, 0, 1, and 3 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_zxwy, put=set_zxwy)) float_4 zxwy |
| Property for accessing element 2, 0, 3, and 1 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_zxwy, put=set_zxwy)) float_4 brag |
| Property for accessing element 2, 0, 3, and 1 of this float_4 as a float_4. More...
|
|
float_4 | get_zxwy () const __GPU |
| Returns a float_4 that is composed of element 2, element 0, element 3, and element 1 of this float_4. More...
|
|
void | set_zxwy (const float_4 &_Value) __GPU |
| Set element 2, 0, 3, and 1 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_zyxw, put=set_zyxw)) float_4 zyxw |
| Property for accessing element 2, 1, 0, and 3 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_zyxw, put=set_zyxw)) float_4 bgra |
| Property for accessing element 2, 1, 0, and 3 of this float_4 as a float_4. More...
|
|
float_4 | get_zyxw () const __GPU |
| Returns a float_4 that is composed of element 2, element 1, element 0, and element 3 of this float_4. More...
|
|
void | set_zyxw (const float_4 &_Value) __GPU |
| Set element 2, 1, 0, and 3 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_zywx, put=set_zywx)) float_4 zywx |
| Property for accessing element 2, 1, 3, and 0 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_zywx, put=set_zywx)) float_4 bgar |
| Property for accessing element 2, 1, 3, and 0 of this float_4 as a float_4. More...
|
|
float_4 | get_zywx () const __GPU |
| Returns a float_4 that is composed of element 2, element 1, element 3, and element 0 of this float_4. More...
|
|
void | set_zywx (const float_4 &_Value) __GPU |
| Set element 2, 1, 3, and 0 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_zwxy, put=set_zwxy)) float_4 zwxy |
| Property for accessing element 2, 3, 0, and 1 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_zwxy, put=set_zwxy)) float_4 barg |
| Property for accessing element 2, 3, 0, and 1 of this float_4 as a float_4. More...
|
|
float_4 | get_zwxy () const __GPU |
| Returns a float_4 that is composed of element 2, element 3, element 0, and element 1 of this float_4. More...
|
|
void | set_zwxy (const float_4 &_Value) __GPU |
| Set element 2, 3, 0, and 1 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_zwyx, put=set_zwyx)) float_4 zwyx |
| Property for accessing element 2, 3, 1, and 0 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_zwyx, put=set_zwyx)) float_4 bagr |
| Property for accessing element 2, 3, 1, and 0 of this float_4 as a float_4. More...
|
|
float_4 | get_zwyx () const __GPU |
| Returns a float_4 that is composed of element 2, element 3, element 1, and element 0 of this float_4. More...
|
|
void | set_zwyx (const float_4 &_Value) __GPU |
| Set element 2, 3, 1, and 0 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_wxyz, put=set_wxyz)) float_4 wxyz |
| Property for accessing element 3, 0, 1, and 2 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_wxyz, put=set_wxyz)) float_4 argb |
| Property for accessing element 3, 0, 1, and 2 of this float_4 as a float_4. More...
|
|
float_4 | get_wxyz () const __GPU |
| Returns a float_4 that is composed of element 3, element 0, element 1, and element 2 of this float_4. More...
|
|
void | set_wxyz (const float_4 &_Value) __GPU |
| Set element 3, 0, 1, and 2 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_wxzy, put=set_wxzy)) float_4 wxzy |
| Property for accessing element 3, 0, 2, and 1 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_wxzy, put=set_wxzy)) float_4 arbg |
| Property for accessing element 3, 0, 2, and 1 of this float_4 as a float_4. More...
|
|
float_4 | get_wxzy () const __GPU |
| Returns a float_4 that is composed of element 3, element 0, element 2, and element 1 of this float_4. More...
|
|
void | set_wxzy (const float_4 &_Value) __GPU |
| Set element 3, 0, 2, and 1 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_wyxz, put=set_wyxz)) float_4 wyxz |
| Property for accessing element 3, 1, 0, and 2 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_wyxz, put=set_wyxz)) float_4 agrb |
| Property for accessing element 3, 1, 0, and 2 of this float_4 as a float_4. More...
|
|
float_4 | get_wyxz () const __GPU |
| Returns a float_4 that is composed of element 3, element 1, element 0, and element 2 of this float_4. More...
|
|
void | set_wyxz (const float_4 &_Value) __GPU |
| Set element 3, 1, 0, and 2 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_wyzx, put=set_wyzx)) float_4 wyzx |
| Property for accessing element 3, 1, 2, and 0 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_wyzx, put=set_wyzx)) float_4 agbr |
| Property for accessing element 3, 1, 2, and 0 of this float_4 as a float_4. More...
|
|
float_4 | get_wyzx () const __GPU |
| Returns a float_4 that is composed of element 3, element 1, element 2, and element 0 of this float_4. More...
|
|
void | set_wyzx (const float_4 &_Value) __GPU |
| Set element 3, 1, 2, and 0 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_wzxy, put=set_wzxy)) float_4 wzxy |
| Property for accessing element 3, 2, 0, and 1 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_wzxy, put=set_wzxy)) float_4 abrg |
| Property for accessing element 3, 2, 0, and 1 of this float_4 as a float_4. More...
|
|
float_4 | get_wzxy () const __GPU |
| Returns a float_4 that is composed of element 3, element 2, element 0, and element 1 of this float_4. More...
|
|
void | set_wzxy (const float_4 &_Value) __GPU |
| Set element 3, 2, 0, and 1 of this float_4 with a float_4. More...
|
|
| __declspec (property(get=get_wzyx, put=set_wzyx)) float_4 wzyx |
| Property for accessing element 3, 2, 1, and 0 of this float_4 as a float_4. More...
|
|
| __declspec (property(get=get_wzyx, put=set_wzyx)) float_4 abgr |
| Property for accessing element 3, 2, 1, and 0 of this float_4 as a float_4. More...
|
|
float_4 | get_wzyx () const __GPU |
| Returns a float_4 that is composed of element 3, element 2, element 1, and element 0 of this float_4. More...
|
|
void | set_wzyx (const float_4 &_Value) __GPU |
| Set element 3, 2, 1, and 0 of this float_4 with a float_4. More...
|
|