Public Member Functions | |
| int4 (int _x, int _y, int _z, int _w) | |
| int4 () | |
| int & | operator[] (int i) |
| const int & | operator[] (int i) const |
Public Attributes | |
| int | w |
| int | x |
| int | y |
| int | z |
Definition at line 2521 of file cd_hull.cpp.
| ConvexDecomposition::int4::int4 | ( | ) | [inline] |
Definition at line 2525 of file cd_hull.cpp.
| ConvexDecomposition::int4::int4 | ( | int | _x, | |
| int | _y, | |||
| int | _z, | |||
| int | _w | |||
| ) | [inline] |
Definition at line 2526 of file cd_hull.cpp.
| int& ConvexDecomposition::int4::operator[] | ( | int | i | ) | [inline] |
Definition at line 2528 of file cd_hull.cpp.
| const int& ConvexDecomposition::int4::operator[] | ( | int | i | ) | const [inline] |
Definition at line 2527 of file cd_hull.cpp.
Definition at line 2524 of file cd_hull.cpp.
Definition at line 2524 of file cd_hull.cpp.
Definition at line 2524 of file cd_hull.cpp.
Definition at line 2524 of file cd_hull.cpp.