Blender
V3.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.
References usdtokens::b(), x, y, and z.
Referenced by btConvexHullInternal::Face::getNormal().
Definition at line 111 of file btConvexHullComputer.cpp.
References usdtokens::b(), x, y, and z.
Definition at line 116 of file btConvexHullComputer.cpp.
References usdtokens::b(), x, y, and z.
Referenced by btConvexHullInternal::Vertex::dot().
Definition at line 121 of file btConvexHullComputer.cpp.
References usdtokens::b(), x, y, and z.
|
inline |
Definition at line 101 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 96 of file btConvexHullComputer.cpp.
References usdtokens::b(), x, y, and z.
Definition at line 126 of file btConvexHullComputer.cpp.
References usdtokens::b(), Point32(), x, y, and z.
Definition at line 131 of file btConvexHullComputer.cpp.
References usdtokens::b(), Point32(), x, y, and z.
Definition at line 91 of file btConvexHullComputer.cpp.
References usdtokens::b(), x, y, and z.
int btConvexHullInternal::Point32::index |
Definition at line 81 of file btConvexHullComputer.cpp.
Referenced by btConvexHullInternal::Vertex::dot(), getVertexCopy(), btConvexHullInternal::Vertex::xvalue(), btConvexHullInternal::Vertex::yvalue(), and btConvexHullInternal::Vertex::zvalue().
int32_t btConvexHullInternal::Point32::x |
Definition at line 78 of file btConvexHullComputer.cpp.
Referenced by cross(), dot(), isZero(), operator!=(), pointCmp::operator()(), operator+(), operator-(), operator==(), and btConvexHullInternal::Vertex::xvalue().
int32_t btConvexHullInternal::Point32::y |
Definition at line 79 of file btConvexHullComputer.cpp.
Referenced by cross(), dot(), isZero(), operator!=(), pointCmp::operator()(), operator+(), operator-(), operator==(), and btConvexHullInternal::Vertex::yvalue().
int32_t btConvexHullInternal::Point32::z |
Definition at line 80 of file btConvexHullComputer.cpp.
Referenced by cross(), dot(), isZero(), operator!=(), pointCmp::operator()(), operator+(), operator-(), operator==(), and btConvexHullInternal::Vertex::zvalue().