Blender
V3.3
|
#include <types_uchar2.h>
Public Member Functions | |
__forceinline uchar | operator[] (int i) const |
__forceinline uchar & | operator[] (int i) |
Public Attributes | |
uchar | x |
uchar | y |
Definition at line 14 of file types_uchar2.h.
uchar & uchar2::operator[] | ( | int | i | ) |
Definition at line 21 of file types_uchar2_impl.h.
References util_assert, and x.
CCL_NAMESPACE_BEGIN uchar uchar2::operator[] | ( | int | i | ) | const |
Definition at line 14 of file types_uchar2_impl.h.
References util_assert, and x.
uchar uchar2::x |
Definition at line 15 of file types_uchar2.h.
Referenced by operator[]().
uchar uchar2::y |
Definition at line 15 of file types_uchar2.h.