Blender V2.61 - r43446
Public Member Functions | Public Attributes

int2 Struct Reference

#include <util_types.h>

List of all members.

Public Member Functions

int operator[] (int i) const
int & operator[] (int i)

Public Attributes

int x
int y

Detailed Description

Definition at line 129 of file util_types.h.


Member Function Documentation

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

Definition at line 132 of file util_types.h.

References i, and x.

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

Definition at line 133 of file util_types.h.

References i, and x.


Member Data Documentation

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.


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