|
Blender V4.5
|
#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 12 of file types_int2.h.
|
inline |
Definition at line 23 of file types_int2.h.
References __forceinline, i, util_assert, and x.
|
inline |
Definition at line 16 of file types_int2.h.
References __forceinline, i, util_assert, and x.
| int int2::x |
Definition at line 13 of file types_int2.h.
Referenced by LightManager::device_update_background(), PathTraceWork::get_display_destination_template(), operator*(), operator+(), operator-(), operator/(), operator<<(), operator==(), operator[](), operator[](), PathTrace::progress_update_if_needed(), and tile_calculate_best_size().
| int int2::y |
Definition at line 13 of file types_int2.h.
Referenced by LightManager::device_update_background(), operator*(), operator+(), operator-(), operator/(), operator<<(), operator==(), PathTrace::progress_update_if_needed(), and tile_calculate_best_size().