|
Blender
V3.3
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN ccl_device_inline bool | operator== (const int2 a, const int2 b) |
| ccl_device_inline int2 | operator+ (const int2 &a, const int2 &b) |
| ccl_device_inline int2 | operator+= (int2 &a, const int2 &b) |
| ccl_device_inline int2 | operator- (const int2 &a, const int2 &b) |
| ccl_device_inline int2 | operator* (const int2 &a, const int2 &b) |
| ccl_device_inline int2 | operator/ (const int2 &a, const int2 &b) |
| ccl_device_inline int2 operator* | ( | const int2 & | a, |
| const int2 & | b | ||
| ) |
Definition at line 51 of file math_int2.h.
References Freestyle::a, usdtokens::b(), and make_int2.
| ccl_device_inline int2 operator+ | ( | const int2 & | a, |
| const int2 & | b | ||
| ) |
Definition at line 36 of file math_int2.h.
References Freestyle::a, usdtokens::b(), and make_int2.
| ccl_device_inline int2 operator+= | ( | int2 & | a, |
| const int2 & | b | ||
| ) |
Definition at line 41 of file math_int2.h.
References Freestyle::a, and usdtokens::b().
| ccl_device_inline int2 operator- | ( | const int2 & | a, |
| const int2 & | b | ||
| ) |
Definition at line 46 of file math_int2.h.
References Freestyle::a, usdtokens::b(), and make_int2.
| ccl_device_inline int2 operator/ | ( | const int2 & | a, |
| const int2 & | b | ||
| ) |
Definition at line 56 of file math_int2.h.
References Freestyle::a, usdtokens::b(), and make_int2.
| ccl_device_inline bool operator== | ( | const int2 | a, |
| const int2 | b | ||
| ) |
Definition at line 31 of file math_int2.h.
References Freestyle::a, and usdtokens::b().