|
Blender
V2.93
|
Inherited by btHullTriangle.
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(), filter_get_design_row_transform(), filter_get_feature_scales(), filter_get_features(), int3(), BlenderSmokeLoader::load_metadata(), BlenderSmokeLoader::load_pixels(), max(), min(), operator+(), operator-(), operator<(), operator==(), and operator[]().
| int int3::y |
Definition at line 28 of file btConvexHull.cpp.
Referenced by clamp(), filter_get_design_row_transform(), filter_get_feature_scales(), filter_get_features(), int3(), BlenderSmokeLoader::load_metadata(), BlenderSmokeLoader::load_pixels(), max(), min(), operator+(), operator-(), operator<(), and operator==().
| int int3::z |
Definition at line 28 of file btConvexHull.cpp.
Referenced by clamp(), filter_get_design_row_transform(), filter_get_feature_scales(), filter_get_features(), int3(), BlenderSmokeLoader::load_metadata(), BlenderSmokeLoader::load_pixels(), max(), min(), operator+(), operator-(), operator<(), and operator==().