Bullet Collision Detection & Physics Library
|
#include <btGpuDefines.h>
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 36 of file btGpuDefines.h.
|
inline |
Definition at line 33 of file btConvexHull.cpp.
|
inline |
Definition at line 34 of file btConvexHull.cpp.
|
inline |
Definition at line 35 of file btConvexHull.cpp.
|
inline |
Definition at line 36 of file btConvexHull.cpp.
int int3::x |
Definition at line 38 of file btGpuDefines.h.
int int3::y |
Definition at line 38 of file btGpuDefines.h.
int int3::z |
Definition at line 38 of file btGpuDefines.h.