#include <btConvexHullComputer.h>
Public Member Functions | |
const Edge * | getNextEdgeOfFace () const |
const Edge * | getNextEdgeOfVertex () const |
const Edge * | getReverseEdge () const |
int | getSourceVertex () const |
int | getTargetVertex () const |
Private Attributes | |
int | next |
int | reverse |
int | targetVertex |
Friends | |
class | btConvexHullComputer |
Definition at line 31 of file btConvexHullComputer.h.
const Edge* btConvexHullComputer::Edge::getNextEdgeOfFace | ( | ) | const [inline] |
Definition at line 56 of file btConvexHullComputer.h.
const Edge* btConvexHullComputer::Edge::getNextEdgeOfVertex | ( | ) | const [inline] |
Definition at line 51 of file btConvexHullComputer.h.
const Edge* btConvexHullComputer::Edge::getReverseEdge | ( | ) | const [inline] |
Definition at line 61 of file btConvexHullComputer.h.
int btConvexHullComputer::Edge::getSourceVertex | ( | ) | const [inline] |
Definition at line 41 of file btConvexHullComputer.h.
int btConvexHullComputer::Edge::getTargetVertex | ( | ) | const [inline] |
Definition at line 46 of file btConvexHullComputer.h.
friend class btConvexHullComputer [friend] |
Definition at line 38 of file btConvexHullComputer.h.
int btConvexHullComputer::Edge::next [private] |
Definition at line 34 of file btConvexHullComputer.h.
int btConvexHullComputer::Edge::reverse [private] |
Definition at line 35 of file btConvexHullComputer.h.
int btConvexHullComputer::Edge::targetVertex [private] |
Definition at line 36 of file btConvexHullComputer.h.