| Bullet Collision Detection & Physics Library
    | 

| Public Member Functions | |
| Face () | |
| void | init (Vertex *a, Vertex *b, Vertex *c) | 
| Point64 | getNormal () | 
| Public Attributes | |
| Face * | next | 
| Vertex * | nearbyVertex | 
| Face * | nextWithSameNearbyVertex | 
| Point32 | origin | 
| Point32 | dir0 | 
| Point32 | dir1 | 
Definition at line 542 of file btConvexHullComputer.cpp.
| 
 | inline | 
Definition at line 552 of file btConvexHullComputer.cpp.
| 
 | inline | 
Definition at line 573 of file btConvexHullComputer.cpp.
Definition at line 556 of file btConvexHullComputer.cpp.
| Point32 btConvexHullInternal::Face::dir0 | 
Definition at line 549 of file btConvexHullComputer.cpp.
| Point32 btConvexHullInternal::Face::dir1 | 
Definition at line 550 of file btConvexHullComputer.cpp.
| Vertex* btConvexHullInternal::Face::nearbyVertex | 
Definition at line 546 of file btConvexHullComputer.cpp.
| Face* btConvexHullInternal::Face::next | 
Definition at line 545 of file btConvexHullComputer.cpp.
| Face* btConvexHullInternal::Face::nextWithSameNearbyVertex | 
Definition at line 547 of file btConvexHullComputer.cpp.
| Point32 btConvexHullInternal::Face::origin | 
Definition at line 548 of file btConvexHullComputer.cpp.
 1.8.11
 1.8.11