
Public Member Functions | |
| int3 (int _x, int _y, int _z) | |
| int3 () | |
| int & | operator[] (int i) |
| const int & | operator[] (int i) const |
Public Attributes | |
| int | x |
| int | y |
| int | z |
Definition at line 352 of file cd_hull.cpp.
| ConvexDecomposition::int3::int3 | ( | ) | [inline] |
Definition at line 356 of file cd_hull.cpp.
| ConvexDecomposition::int3::int3 | ( | int | _x, | |
| int | _y, | |||
| int | _z | |||
| ) | [inline] |
Definition at line 357 of file cd_hull.cpp.
| int& ConvexDecomposition::int3::operator[] | ( | int | i | ) | [inline] |
Definition at line 359 of file cd_hull.cpp.
| const int& ConvexDecomposition::int3::operator[] | ( | int | i | ) | const [inline] |
Definition at line 358 of file cd_hull.cpp.
Definition at line 355 of file cd_hull.cpp.
Definition at line 355 of file cd_hull.cpp.
Definition at line 355 of file cd_hull.cpp.