Blender  V3.3
Public Member Functions | Public Attributes | List of all members
int2 Struct Reference

#include <types_int2.h>

Public Member Functions

__forceinline int operator[] (int i) const
 
__forceinline int & operator[] (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 21 of file types_int2_impl.h.

References util_assert, and x.

◆ operator[]() [2/2]

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

Definition at line 14 of file types_int2_impl.h.

References util_assert, and x.

Member Data Documentation

◆ x

int int2::x

◆ y

int int2::y

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