|
| __declspec (property(get=get_x, put=set_x)) float x |
| Property for accessing element 0 of this float_3 as a float. More...
|
|
| __declspec (property(get=get_x, put=set_x)) float r |
| Property for accessing element 0 of this float_3 as a float. More...
|
|
float | get_x () const __GPU |
| Returns element 0 of this float_3. More...
|
|
float & | ref_x () __GPU |
| Returns reference to element 0 of this float_3. More...
|
|
float & | ref_r () __GPU |
| Returns reference to element 0 of this float_3. More...
|
|
void | set_x (float _Value) __GPU |
| Set element 0 of this float_3 with a float. More...
|
|
| __declspec (property(get=get_y, put=set_y)) float y |
| Property for accessing element 1 of this float_3 as a float. More...
|
|
| __declspec (property(get=get_y, put=set_y)) float g |
| Property for accessing element 1 of this float_3 as a float. More...
|
|
float | get_y () const __GPU |
| Returns element 1 of this float_3. More...
|
|
float & | ref_y () __GPU |
| Returns reference to element 1 of this float_3. More...
|
|
float & | ref_g () __GPU |
| Returns reference to element 1 of this float_3. More...
|
|
void | set_y (float _Value) __GPU |
| Set element 1 of this float_3 with a float. More...
|
|
| __declspec (property(get=get_z, put=set_z)) float z |
| Property for accessing element 2 of this float_3 as a float. More...
|
|
| __declspec (property(get=get_z, put=set_z)) float b |
| Property for accessing element 2 of this float_3 as a float. More...
|
|
float | get_z () const __GPU |
| Returns element 2 of this float_3. More...
|
|
float & | ref_z () __GPU |
| Returns reference to element 2 of this float_3. More...
|
|
float & | ref_b () __GPU |
| Returns reference to element 2 of this float_3. More...
|
|
void | set_z (float _Value) __GPU |
| Set element 2 of this float_3 with a float. More...
|
|
| float_3 () __GPU |
| Default constructor, initializes all elements with 0. More...
|
|
| float_3 (float _V0, float _V1, float _V2) __GPU |
| Constructor. More...
|
|
| float_3 (float _V) __GPU |
| Constructor. More...
|
|
| float_3 (const uint_3 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| float_3 (const int_3 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| float_3 (const unorm_3 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| float_3 (const norm_3 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| float_3 (const double_3 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
float_3 | operator- () const __GPU |
|
float_3 & | operator++ () __GPU |
|
float_3 | operator++ (int) __GPU |
|
float_3 & | operator-- () __GPU |
|
float_3 | operator-- (int) __GPU |
|
float_3 & | operator+= (const float_3 &_Other) __GPU |
|
float_3 & | operator-= (const float_3 &_Other) __GPU |
|
float_3 & | operator*= (const float_3 &_Other) __GPU |
|
float_3 & | operator/= (const float_3 &_Other) __GPU |
|
| __declspec (property(get=get_xy, put=set_xy)) float_2 xy |
| Property for accessing element 0, and 1 of this float_3 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_3 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_3. More...
|
|
void | set_xy (const float_2 &_Value) __GPU |
| Set element 0, and 1 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_xz (const float_2 &_Value) __GPU |
| Set element 0, and 2 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_yx (const float_2 &_Value) __GPU |
| Set element 1, and 0 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_yz (const float_2 &_Value) __GPU |
| Set element 1, and 2 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_zx (const float_2 &_Value) __GPU |
| Set element 2, and 0 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_zy (const float_2 &_Value) __GPU |
| Set element 2, and 1 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_xyz (const float_3 &_Value) __GPU |
| Set element 0, 1, and 2 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_xzy (const float_3 &_Value) __GPU |
| Set element 0, 2, and 1 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_yxz (const float_3 &_Value) __GPU |
| Set element 1, 0, and 2 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_yzx (const float_3 &_Value) __GPU |
| Set element 1, 2, and 0 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_zxy (const float_3 &_Value) __GPU |
| Set element 2, 0, and 1 of this float_3 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_3 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_3 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_3. More...
|
|
void | set_zyx (const float_3 &_Value) __GPU |
| Set element 2, 1, and 0 of this float_3 with a float_3. More...
|
|
Represent a short vector of 3 float's.