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