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