|
Blender
V3.3
|
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 25 of file btConvexHull.cpp.
|
inline |
Definition at line 29 of file btConvexHull.cpp.
|
inline |
Definition at line 30 of file btConvexHull.cpp.
|
inline |
Definition at line 37 of file btConvexHull.cpp.
References x.
|
inline |
Definition at line 36 of file btConvexHull.cpp.
References x.
| int int3::x |
Definition at line 28 of file btConvexHull.cpp.
Referenced by clamp(), int3(), BlenderSmokeLoader::load_metadata(), BlenderSmokeLoader::load_pixels(), operator[](), and ray_offset().
| int int3::y |
Definition at line 28 of file btConvexHull.cpp.
Referenced by clamp(), int3(), BlenderSmokeLoader::load_metadata(), BlenderSmokeLoader::load_pixels(), and ray_offset().
| int int3::z |
Definition at line 28 of file btConvexHull.cpp.
Referenced by clamp(), int3(), BlenderSmokeLoader::load_metadata(), BlenderSmokeLoader::load_pixels(), and ray_offset().