|
Blender V4.3
|
#include <types_int2.h>
Public Member Functions | |
| __forceinline int | operator[] (int i) const |
| __forceinline int & | operator[] (int i) |
Public Attributes | |
| int | x |
| int | y |
Definition at line 14 of file types_int2.h.
Definition at line 22 of file types_int2_impl.h.
References operator[](), util_assert, and x.
| CCL_NAMESPACE_BEGIN int int2::operator[] | ( | int | i | ) | const |
Definition at line 15 of file types_int2_impl.h.
References operator[](), util_assert, and x.
Referenced by operator[](), and operator[]().
| int int2::x |
Definition at line 15 of file types_int2.h.
Referenced by LightManager::device_update_background(), draw_text_shadow(), PathTraceWork::get_display_destination_template(), initialize_shadow_alpha(), operator*(), operator+(), operator-(), operator/(), operator<<(), operator==(), operator[](), operator[](), PathTrace::progress_update_if_needed(), and tile_calculate_best_size().
| int int2::y |
Definition at line 15 of file types_int2.h.
Referenced by LightManager::device_update_background(), draw_text_shadow(), initialize_shadow_alpha(), operator*(), operator+(), operator-(), operator/(), operator<<(), operator==(), PathTrace::progress_update_if_needed(), and tile_calculate_best_size().