#include <btConvexHull.h>
Public Member Functions | |
btPlane (const btVector3 &n, btScalar d) | |
btPlane () | |
Public Attributes | |
btScalar | dist |
btVector3 | normal |
Definition at line 114 of file btConvexHull.h.
btPlane::btPlane | ( | const btVector3 & | n, |
btScalar | d | ||
) | [inline] |
Definition at line 119 of file btConvexHull.h.
btPlane::btPlane | ( | ) | [inline] |
Definition at line 120 of file btConvexHull.h.
Definition at line 118 of file btConvexHull.h.
btVector3 btPlane::normal |
Definition at line 117 of file btConvexHull.h.