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.
bool btConvexHullInternal::Point64::isZero | ( | ) | [inline] |
Definition at line 67 of file btConvexHullComputer.cpp.
Definition at line 59 of file btConvexHullComputer.cpp.
Definition at line 60 of file btConvexHullComputer.cpp.
Definition at line 61 of file btConvexHullComputer.cpp.