|
Blender V4.3
|
#include <btConvexHull.h>
Public Member Functions | |
| int4 () | |
| int4 (int _x, int _y, int _z, int _w) | |
| const int & | operator[] (int i) const |
| int & | operator[] (int i) |
Public Attributes | |
| int | x |
| int | y |
| int | z |
| int | w |
Definition at line 146 of file btConvexHull.h.
|
inline |
Definition at line 150 of file btConvexHull.h.
Definition at line 151 of file btConvexHull.h.
|
inline |
Definition at line 159 of file btConvexHull.h.
|
inline |
Definition at line 158 of file btConvexHull.h.
| int int4::w |
Definition at line 149 of file btConvexHull.h.
Referenced by __int4_as_float4(), int4(), local_index_to_coord(), make_float4(), rect_expand(), rect_is_valid(), and rect_size().
| int int4::x |
Definition at line 149 of file btConvexHull.h.
Referenced by __int4_as_float4(), coord_to_local_index(), local_index_to_coord(), make_float4(), BVH2::pack_instances(), rect_expand(), rect_is_valid(), and rect_size().
| int int4::y |
Definition at line 149 of file btConvexHull.h.
Referenced by __int4_as_float4(), coord_to_local_index(), local_index_to_coord(), make_float4(), rect_expand(), rect_is_valid(), and rect_size().
| int int4::z |
Definition at line 149 of file btConvexHull.h.
Referenced by __int4_as_float4(), coord_to_local_index(), int4(), local_index_to_coord(), make_float4(), BVH2::pack_instances(), rect_expand(), rect_is_valid(), and rect_size().