|
Blender V4.3
|
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 75 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 83 of file btConvexHullComputer.cpp.
Referenced by operator+(), and operator-().
Definition at line 87 of file btConvexHullComputer.cpp.
Definition at line 106 of file btConvexHullComputer.cpp.
Referenced by btConvexHullInternal::Face::getNormal().
Definition at line 111 of file btConvexHullComputer.cpp.
Definition at line 116 of file btConvexHullComputer.cpp.
Definition at line 121 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 101 of file btConvexHullComputer.cpp.
References z.
|
inline |
Definition at line 96 of file btConvexHullComputer.cpp.
Definition at line 126 of file btConvexHullComputer.cpp.
Definition at line 131 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 91 of file btConvexHullComputer.cpp.
| int btConvexHullInternal::Point32::index |
Definition at line 81 of file btConvexHullComputer.cpp.
| int32_t btConvexHullInternal::Point32::x |
Definition at line 78 of file btConvexHullComputer.cpp.
Referenced by pointCmp::operator()(), and btConvexHullInternal::shrink().
| int32_t btConvexHullInternal::Point32::y |
Definition at line 79 of file btConvexHullComputer.cpp.
Referenced by pointCmp::operator()(), and btConvexHullInternal::shrink().
| int32_t btConvexHullInternal::Point32::z |
Definition at line 80 of file btConvexHullComputer.cpp.
Referenced by cross(), cross(), dot(), dot(), isZero(), operator!=(), pointCmp::operator()(), operator+(), operator-(), operator==(), and btConvexHullInternal::shrink().