|
| __declspec (property(get=get_x, put=set_x)) norm x |
| Property for accessing element 0 of this norm_3 as a norm. More...
|
|
| __declspec (property(get=get_x, put=set_x)) norm r |
| Property for accessing element 0 of this norm_3 as a norm. More...
|
|
norm | get_x () const __GPU |
| Returns element 0 of this norm_3. More...
|
|
norm & | ref_x () __GPU |
| Returns reference to element 0 of this norm_3. More...
|
|
norm & | ref_r () __GPU |
| Returns reference to element 0 of this norm_3. More...
|
|
void | set_x (norm _Value) __GPU |
| Set element 0 of this norm_3 with a norm. More...
|
|
| __declspec (property(get=get_y, put=set_y)) norm y |
| Property for accessing element 1 of this norm_3 as a norm. More...
|
|
| __declspec (property(get=get_y, put=set_y)) norm g |
| Property for accessing element 1 of this norm_3 as a norm. More...
|
|
norm | get_y () const __GPU |
| Returns element 1 of this norm_3. More...
|
|
norm & | ref_y () __GPU |
| Returns reference to element 1 of this norm_3. More...
|
|
norm & | ref_g () __GPU |
| Returns reference to element 1 of this norm_3. More...
|
|
void | set_y (norm _Value) __GPU |
| Set element 1 of this norm_3 with a norm. More...
|
|
| __declspec (property(get=get_z, put=set_z)) norm z |
| Property for accessing element 2 of this norm_3 as a norm. More...
|
|
| __declspec (property(get=get_z, put=set_z)) norm b |
| Property for accessing element 2 of this norm_3 as a norm. More...
|
|
norm | get_z () const __GPU |
| Returns element 2 of this norm_3. More...
|
|
norm & | ref_z () __GPU |
| Returns reference to element 2 of this norm_3. More...
|
|
norm & | ref_b () __GPU |
| Returns reference to element 2 of this norm_3. More...
|
|
void | set_z (norm _Value) __GPU |
| Set element 2 of this norm_3 with a norm. More...
|
|
| norm_3 () __GPU |
| Default constructor, initializes all elements with 0. More...
|
|
| norm_3 (norm _V0, norm _V1, norm _V2) __GPU |
| Constructor. More...
|
|
| norm_3 (float _V0, float _V1, float _V2) __GPU |
| Constructor. More...
|
|
| norm_3 (unorm _V0, unorm _V1, unorm _V2) __GPU |
| Constructor. More...
|
|
| norm_3 (norm _V) __GPU |
| Constructor. More...
|
|
| norm_3 (float _V) __GPU |
|
| norm_3 (const norm_3 &_Other) __GPU |
| Copy constructor. More...
|
|
norm_3 & | operator= (const norm_3 &_Other) __GPU |
|
| norm_3 (const uint_3 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| norm_3 (const int_3 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| norm_3 (const float_3 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| norm_3 (const unorm_3 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| norm_3 (const double_3 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
norm_3 | operator- () const __GPU |
|
norm_3 & | operator++ () __GPU |
|
norm_3 | operator++ (int) __GPU |
|
norm_3 & | operator-- () __GPU |
|
norm_3 | operator-- (int) __GPU |
|
norm_3 & | operator+= (const norm_3 &_Other) __GPU |
|
norm_3 & | operator-= (const norm_3 &_Other) __GPU |
|
norm_3 & | operator*= (const norm_3 &_Other) __GPU |
|
norm_3 & | operator/= (const norm_3 &_Other) __GPU |
|
| __declspec (property(get=get_xy, put=set_xy)) norm_2 xy |
| Property for accessing element 0, and 1 of this norm_3 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_3 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_3. More...
|
|
void | set_xy (const norm_2 &_Value) __GPU |
| Set element 0, and 1 of this norm_3 with a norm_2. More...
|
|
| __declspec (property(get=get_xz, put=set_xz)) norm_2 xz |
| Property for accessing element 0, and 2 of this norm_3 as a norm_2. More...
|
|
| __declspec (property(get=get_xz, put=set_xz)) norm_2 rb |
| Property for accessing element 0, and 2 of this norm_3 as a norm_2. More...
|
|
norm_2 | get_xz () const __GPU |
| Returns a norm_2 that is composed of element 0, and element 2 of this norm_3. More...
|
|
void | set_xz (const norm_2 &_Value) __GPU |
| Set element 0, and 2 of this norm_3 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_3 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_3 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_3. More...
|
|
void | set_yx (const norm_2 &_Value) __GPU |
| Set element 1, and 0 of this norm_3 with a norm_2. More...
|
|
| __declspec (property(get=get_yz, put=set_yz)) norm_2 yz |
| Property for accessing element 1, and 2 of this norm_3 as a norm_2. More...
|
|
| __declspec (property(get=get_yz, put=set_yz)) norm_2 gb |
| Property for accessing element 1, and 2 of this norm_3 as a norm_2. More...
|
|
norm_2 | get_yz () const __GPU |
| Returns a norm_2 that is composed of element 1, and element 2 of this norm_3. More...
|
|
void | set_yz (const norm_2 &_Value) __GPU |
| Set element 1, and 2 of this norm_3 with a norm_2. More...
|
|
| __declspec (property(get=get_zx, put=set_zx)) norm_2 zx |
| Property for accessing element 2, and 0 of this norm_3 as a norm_2. More...
|
|
| __declspec (property(get=get_zx, put=set_zx)) norm_2 br |
| Property for accessing element 2, and 0 of this norm_3 as a norm_2. More...
|
|
norm_2 | get_zx () const __GPU |
| Returns a norm_2 that is composed of element 2, and element 0 of this norm_3. More...
|
|
void | set_zx (const norm_2 &_Value) __GPU |
| Set element 2, and 0 of this norm_3 with a norm_2. More...
|
|
| __declspec (property(get=get_zy, put=set_zy)) norm_2 zy |
| Property for accessing element 2, and 1 of this norm_3 as a norm_2. More...
|
|
| __declspec (property(get=get_zy, put=set_zy)) norm_2 bg |
| Property for accessing element 2, and 1 of this norm_3 as a norm_2. More...
|
|
norm_2 | get_zy () const __GPU |
| Returns a norm_2 that is composed of element 2, and element 1 of this norm_3. More...
|
|
void | set_zy (const norm_2 &_Value) __GPU |
| Set element 2, and 1 of this norm_3 with a norm_2. More...
|
|
| __declspec (property(get=get_xyz, put=set_xyz)) norm_3 xyz |
| Property for accessing element 0, 1, and 2 of this norm_3 as a norm_3. More...
|
|
| __declspec (property(get=get_xyz, put=set_xyz)) norm_3 rgb |
| Property for accessing element 0, 1, and 2 of this norm_3 as a norm_3. More...
|
|
norm_3 | get_xyz () const __GPU |
| Returns a norm_3 that is composed of element 0, element 1, and element 2 of this norm_3. More...
|
|
void | set_xyz (const norm_3 &_Value) __GPU |
| Set element 0, 1, and 2 of this norm_3 with a norm_3. More...
|
|
| __declspec (property(get=get_xzy, put=set_xzy)) norm_3 xzy |
| Property for accessing element 0, 2, and 1 of this norm_3 as a norm_3. More...
|
|
| __declspec (property(get=get_xzy, put=set_xzy)) norm_3 rbg |
| Property for accessing element 0, 2, and 1 of this norm_3 as a norm_3. More...
|
|
norm_3 | get_xzy () const __GPU |
| Returns a norm_3 that is composed of element 0, element 2, and element 1 of this norm_3. More...
|
|
void | set_xzy (const norm_3 &_Value) __GPU |
| Set element 0, 2, and 1 of this norm_3 with a norm_3. More...
|
|
| __declspec (property(get=get_yxz, put=set_yxz)) norm_3 yxz |
| Property for accessing element 1, 0, and 2 of this norm_3 as a norm_3. More...
|
|
| __declspec (property(get=get_yxz, put=set_yxz)) norm_3 grb |
| Property for accessing element 1, 0, and 2 of this norm_3 as a norm_3. More...
|
|
norm_3 | get_yxz () const __GPU |
| Returns a norm_3 that is composed of element 1, element 0, and element 2 of this norm_3. More...
|
|
void | set_yxz (const norm_3 &_Value) __GPU |
| Set element 1, 0, and 2 of this norm_3 with a norm_3. More...
|
|
| __declspec (property(get=get_yzx, put=set_yzx)) norm_3 yzx |
| Property for accessing element 1, 2, and 0 of this norm_3 as a norm_3. More...
|
|
| __declspec (property(get=get_yzx, put=set_yzx)) norm_3 gbr |
| Property for accessing element 1, 2, and 0 of this norm_3 as a norm_3. More...
|
|
norm_3 | get_yzx () const __GPU |
| Returns a norm_3 that is composed of element 1, element 2, and element 0 of this norm_3. More...
|
|
void | set_yzx (const norm_3 &_Value) __GPU |
| Set element 1, 2, and 0 of this norm_3 with a norm_3. More...
|
|
| __declspec (property(get=get_zxy, put=set_zxy)) norm_3 zxy |
| Property for accessing element 2, 0, and 1 of this norm_3 as a norm_3. More...
|
|
| __declspec (property(get=get_zxy, put=set_zxy)) norm_3 brg |
| Property for accessing element 2, 0, and 1 of this norm_3 as a norm_3. More...
|
|
norm_3 | get_zxy () const __GPU |
| Returns a norm_3 that is composed of element 2, element 0, and element 1 of this norm_3. More...
|
|
void | set_zxy (const norm_3 &_Value) __GPU |
| Set element 2, 0, and 1 of this norm_3 with a norm_3. More...
|
|
| __declspec (property(get=get_zyx, put=set_zyx)) norm_3 zyx |
| Property for accessing element 2, 1, and 0 of this norm_3 as a norm_3. More...
|
|
| __declspec (property(get=get_zyx, put=set_zyx)) norm_3 bgr |
| Property for accessing element 2, 1, and 0 of this norm_3 as a norm_3. More...
|
|
norm_3 | get_zyx () const __GPU |
| Returns a norm_3 that is composed of element 2, element 1, and element 0 of this norm_3. More...
|
|
void | set_zyx (const norm_3 &_Value) __GPU |
| Set element 2, 1, and 0 of this norm_3 with a norm_3. More...
|
|
Represent a short vector of 3 norm's.