|
Blender V4.3
|
#include <types_uint3.h>
Public Member Functions | |
| ccl_device_inline_method | packed_uint3 () |
| ccl_device_inline_method | packed_uint3 (const uint px, const uint py, const uint pz) |
| ccl_device_inline_method | packed_uint3 (const uint3 &a) |
| ccl_device_inline_method | operator uint3 () const |
| ccl_device_inline_method packed_uint3 & | operator= (const uint3 &a) |
| __forceinline uint | operator[] (uint i) const |
| __forceinline uint & | operator[] (uint i) |
Public Attributes | |
| uint | x |
| uint | y |
| uint | z |
Definition at line 33 of file types_uint3.h.
|
inline |
Definition at line 36 of file types_uint3.h.
|
inline |
Definition at line 38 of file types_uint3.h.
|
inline |
Definition at line 41 of file types_uint3.h.
|
inline |
Definition at line 43 of file types_uint3.h.
References make_uint3(), and z.
|
inline |
Definition at line 48 of file types_uint3.h.
| __forceinline uint & packed_uint3::operator[] | ( | uint | i | ) |
Definition at line 33 of file types_uint3_impl.h.
References util_assert.
| __forceinline uint packed_uint3::operator[] | ( | uint | i | ) | const |
Definition at line 27 of file types_uint3_impl.h.
References util_assert.
| uint packed_uint3::x |
Definition at line 34 of file types_uint3.h.
Referenced by __anyhit__kernel_optix_local_hit(), and operator=().
| uint packed_uint3::y |
Definition at line 34 of file types_uint3.h.
Referenced by __anyhit__kernel_optix_local_hit().
| uint packed_uint3::z |
Definition at line 34 of file types_uint3.h.
Referenced by __anyhit__kernel_optix_local_hit(), operator uint3(), and operator=().