|
Blender V4.3
|
#include <types_int3.h>
Public Member Functions | |
| ccl_device_inline_method | packed_int3 () |
| ccl_device_inline_method | packed_int3 (const int px, const int py, const int pz) |
| ccl_device_inline_method | packed_int3 (const int3 &a) |
| ccl_device_inline_method | operator int3 () const |
| ccl_device_inline_method packed_int3 & | operator= (const int3 &a) |
| __forceinline int | operator[] (int i) const |
| __forceinline int & | operator[] (int i) |
Public Attributes | |
| int | x |
| int | y |
| int | z |
Definition at line 61 of file types_int3.h.
|
inline |
Definition at line 64 of file types_int3.h.
|
inline |
Definition at line 66 of file types_int3.h.
|
inline |
Definition at line 69 of file types_int3.h.
|
inline |
Definition at line 71 of file types_int3.h.
References make_int3(), and z.
|
inline |
Definition at line 76 of file types_int3.h.
| __forceinline int & packed_int3::operator[] | ( | int | i | ) |
Definition at line 59 of file types_int3_impl.h.
References util_assert.
| __forceinline int packed_int3::operator[] | ( | int | i | ) | const |
Definition at line 53 of file types_int3_impl.h.
References util_assert.
| int packed_int3::x |
Definition at line 62 of file types_int3.h.
Referenced by operator=().
| int packed_int3::y |
Definition at line 62 of file types_int3.h.
| int packed_int3::z |
Definition at line 62 of file types_int3.h.
Referenced by blender::eevee::VolumeModule::end_sync(), operator int3(), and operator=().