Blender V4.3
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 35 of file math_int2.h.

References b, and make_int2().

◆ operator+()

ccl_device_inline int2 operator+ ( const int2 & a,
const int2 & b )

Definition at line 20 of file math_int2.h.

References b, and make_int2().

◆ operator+=()

ccl_device_inline int2 operator+= ( int2 & a,
const int2 & b )

Definition at line 25 of file math_int2.h.

References b.

◆ operator-()

ccl_device_inline int2 operator- ( const int2 & a,
const int2 & b )

Definition at line 30 of file math_int2.h.

References b, and make_int2().

◆ operator/()

ccl_device_inline int2 operator/ ( const int2 & a,
const int2 & b )

Definition at line 40 of file math_int2.h.

References b, and make_int2().

◆ operator==()

CCL_NAMESPACE_BEGIN ccl_device_inline bool operator== ( const int2 a,
const int2 b )

Definition at line 15 of file math_int2.h.

References b.