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 431 of file btConvexHullComputer.cpp.
btConvexHullInternal::Vertex::Vertex | ( | ) | [inline] |
Definition at line 443 of file btConvexHullComputer.cpp.
Rational128 btConvexHullInternal::Vertex::dot | ( | const Point64 & | b | ) | const [inline] |
Definition at line 461 of file btConvexHullComputer.cpp.
Definition at line 456 of file btConvexHullComputer.cpp.
void btConvexHullInternal::Vertex::receiveNearbyFaces | ( | Vertex * | src | ) | [inline] |
Definition at line 482 of file btConvexHullComputer.cpp.
btScalar btConvexHullInternal::Vertex::xvalue | ( | ) | const [inline] |
Definition at line 467 of file btConvexHullComputer.cpp.
btScalar btConvexHullInternal::Vertex::yvalue | ( | ) | const [inline] |
Definition at line 472 of file btConvexHullComputer.cpp.
btScalar btConvexHullInternal::Vertex::zvalue | ( | ) | const [inline] |
Definition at line 477 of file btConvexHullComputer.cpp.
Definition at line 441 of file btConvexHullComputer.cpp.
Definition at line 436 of file btConvexHullComputer.cpp.
Definition at line 437 of file btConvexHullComputer.cpp.
Definition at line 438 of file btConvexHullComputer.cpp.
Definition at line 434 of file btConvexHullComputer.cpp.
Definition at line 440 of file btConvexHullComputer.cpp.
Definition at line 439 of file btConvexHullComputer.cpp.
Definition at line 435 of file btConvexHullComputer.cpp.