Blender
V3.3
|
Public Member Functions | |
Vertex () | |
Point32 | operator- (const Vertex &b) const |
Rational128 | dot (const Point64 &b) const |
btScalar | xvalue () const |
btScalar | yvalue () const |
btScalar | zvalue () const |
void | receiveNearbyFaces (Vertex *src) |
Public Attributes | |
Vertex * | next |
Vertex * | prev |
Edge * | edges |
Face * | firstNearbyFace |
Face * | lastNearbyFace |
PointR128 | point128 |
Point32 | point |
int | copy |
Definition at line 428 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 440 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 458 of file btConvexHullComputer.cpp.
References usdtokens::b(), btConvexHullInternal::PointR128::denominator, btConvexHullInternal::Point32::dot(), btConvexHullInternal::Point32::index, point, point128, btConvexHullInternal::PointR128::x, btConvexHullInternal::PointR128::y, and btConvexHullInternal::PointR128::z.
Definition at line 453 of file btConvexHullComputer.cpp.
References usdtokens::b(), and point.
Definition at line 479 of file btConvexHullComputer.cpp.
References btAssert, firstNearbyFace, lastNearbyFace, btConvexHullInternal::Face::nextWithSameNearbyVertex, NULL, and src.
|
inline |
Definition at line 464 of file btConvexHullComputer.cpp.
References btConvexHullInternal::Point32::index, point, point128, btConvexHullInternal::Point32::x, and btConvexHullInternal::PointR128::xvalue().
|
inline |
Definition at line 469 of file btConvexHullComputer.cpp.
References btConvexHullInternal::Point32::index, point, point128, btConvexHullInternal::Point32::y, and btConvexHullInternal::PointR128::yvalue().
|
inline |
Definition at line 474 of file btConvexHullComputer.cpp.
References btConvexHullInternal::Point32::index, point, point128, btConvexHullInternal::Point32::z, and btConvexHullInternal::PointR128::zvalue().
int btConvexHullInternal::Vertex::copy |
Definition at line 438 of file btConvexHullComputer.cpp.
Referenced by getVertexCopy(), and btConvexHullInternal::shrink().
Edge* btConvexHullInternal::Vertex::edges |
Definition at line 433 of file btConvexHullComputer.cpp.
Face* btConvexHullInternal::Vertex::firstNearbyFace |
Definition at line 434 of file btConvexHullComputer.cpp.
Referenced by receiveNearbyFaces().
Face* btConvexHullInternal::Vertex::lastNearbyFace |
Definition at line 435 of file btConvexHullComputer.cpp.
Referenced by receiveNearbyFaces().
Vertex* btConvexHullInternal::Vertex::next |
Definition at line 431 of file btConvexHullComputer.cpp.
Point32 btConvexHullInternal::Vertex::point |
Definition at line 437 of file btConvexHullComputer.cpp.
Referenced by dot(), getVertexCopy(), operator-(), btConvexHullInternal::shrink(), xvalue(), yvalue(), and zvalue().
PointR128 btConvexHullInternal::Vertex::point128 |
Vertex* btConvexHullInternal::Vertex::prev |
Definition at line 432 of file btConvexHullComputer.cpp.