Bullet Collision Detection & Physics Library
|
Public Member Functions | |
Point64 (int64_t x, int64_t y, int64_t z) | |
bool | isZero () |
int64_t | dot (const Point64 &b) const |
Public Attributes | |
int64_t | x |
int64_t | y |
int64_t | z |
Definition at line 56 of file btConvexHullComputer.cpp.
Definition at line 63 of file btConvexHullComputer.cpp.
Definition at line 72 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 67 of file btConvexHullComputer.cpp.
int64_t btConvexHullInternal::Point64::x |
Definition at line 59 of file btConvexHullComputer.cpp.
int64_t btConvexHullInternal::Point64::y |
Definition at line 60 of file btConvexHullComputer.cpp.
int64_t btConvexHullInternal::Point64::z |
Definition at line 61 of file btConvexHullComputer.cpp.