Blender V2.61 - r43446
|
#include <util_types.h>
Public Member Functions | |
int | operator[] (int i) const |
int & | operator[] (int i) |
Public Attributes | |
int | x |
int | y |
Definition at line 129 of file util_types.h.
int int2::operator[] | ( | int | i | ) | const [inline] |
Definition at line 132 of file util_types.h.
int& int2::operator[] | ( | int | i | ) | [inline] |
Definition at line 133 of file util_types.h.
int int2::x |
Definition at line 130 of file util_types.h.
Referenced by operator[]().
int int2::y |
Definition at line 130 of file util_types.h.