Blender  V3.3
Functions
math_int2.h File Reference

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)
 

Function Documentation

◆ operator*()

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.

◆ operator+()

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.

◆ operator+=()

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().

◆ operator-()

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.

◆ operator/()

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.

◆ operator==()

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().