Blender V4.3
int2 Struct Reference

#include <types_int2.h>

Public Member Functions

__forceinline int operator[] (int i) const
__forceinline intoperator[] (int i)

Public Attributes

int x
int y

Detailed Description

Definition at line 14 of file types_int2.h.

Member Function Documentation

◆ operator[]() [1/2]

int & int2::operator[] ( int i)

Definition at line 22 of file types_int2_impl.h.

References operator[](), util_assert, and x.

◆ operator[]() [2/2]

CCL_NAMESPACE_BEGIN int int2::operator[] ( int i) const

Definition at line 15 of file types_int2_impl.h.

References operator[](), util_assert, and x.

Referenced by operator[](), and operator[]().

Member Data Documentation

◆ x

◆ y


The documentation for this struct was generated from the following files: