|
Blender
V2.59
|

Public Member Functions | |
| int3 () | |
| int3 (int _x, int _y, int _z) | |
| const int & | operator[] (int i) const |
| int & | operator[] (int i) |
Public Attributes | |
| int | x |
| int | y |
| int | z |
Definition at line 36 of file btConvexHull.cpp.
| int3::int3 | ( | ) | [inline] |
Definition at line 40 of file btConvexHull.cpp.
| int3::int3 | ( | int | _x, |
| int | _y, | ||
| int | _z | ||
| ) | [inline] |
Definition at line 41 of file btConvexHull.cpp.
| const int& int3::operator[] | ( | int | i | ) | const [inline] |
Definition at line 42 of file btConvexHull.cpp.
| int& int3::operator[] | ( | int | i | ) | [inline] |
Definition at line 43 of file btConvexHull.cpp.
| int int3::x |
Definition at line 39 of file btConvexHull.cpp.
Referenced by int3(), and operator[]().
| int int3::y |
Definition at line 39 of file btConvexHull.cpp.
Referenced by int3().
| int int3::z |
Definition at line 39 of file btConvexHull.cpp.
Referenced by int3().