|
Blender V4.5
|
#include <types_int3.h>
Public Member Functions | |
| ccl_device_inline_method | packed_int3 ()=default |
| 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 106 of file types_int3.h.
|
default |
|
inline |
Definition at line 111 of file types_int3.h.
|
inline |
Definition at line 114 of file types_int3.h.
|
inline |
Definition at line 116 of file types_int3.h.
References make_int3(), x, y, and z.
|
inline |
|
inline |
Definition at line 136 of file types_int3.h.
References util_assert, and x.
|
inline |
Definition at line 130 of file types_int3.h.
References util_assert, and x.
| int packed_int3::x |
Definition at line 107 of file types_int3.h.
Referenced by operator int3(), operator=(), operator[](), and operator[]().
| int packed_int3::y |
Definition at line 107 of file types_int3.h.
Referenced by operator int3(), and operator=().
| int packed_int3::z |
Definition at line 107 of file types_int3.h.
Referenced by blender::eevee::VolumeModule::end_sync(), operator int3(), and operator=().