Bullet Collision Detection & Physics Library
|
Public Member Functions | |
Point32 () | |
Point32 (int32_t x, int32_t y, int32_t z) | |
bool | operator== (const Point32 &b) const |
bool | operator!= (const Point32 &b) const |
bool | isZero () |
Point64 | cross (const Point32 &b) const |
Point64 | cross (const Point64 &b) const |
int64_t | dot (const Point32 &b) const |
int64_t | dot (const Point64 &b) const |
Point32 | operator+ (const Point32 &b) const |
Point32 | operator- (const Point32 &b) const |
Public Attributes | |
int32_t | x |
int32_t | y |
int32_t | z |
int | index |
Definition at line 78 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 86 of file btConvexHullComputer.cpp.
Definition at line 90 of file btConvexHullComputer.cpp.
Definition at line 109 of file btConvexHullComputer.cpp.
Definition at line 114 of file btConvexHullComputer.cpp.
Definition at line 119 of file btConvexHullComputer.cpp.
Definition at line 124 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 104 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 99 of file btConvexHullComputer.cpp.
Definition at line 129 of file btConvexHullComputer.cpp.
Definition at line 134 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 94 of file btConvexHullComputer.cpp.
int btConvexHullInternal::Point32::index |
Definition at line 84 of file btConvexHullComputer.cpp.
int32_t btConvexHullInternal::Point32::x |
Definition at line 81 of file btConvexHullComputer.cpp.
int32_t btConvexHullInternal::Point32::y |
Definition at line 82 of file btConvexHullComputer.cpp.
int32_t btConvexHullInternal::Point32::z |
Definition at line 83 of file btConvexHullComputer.cpp.