Blender V2.61 - r43446
|
#include <btConvexHull.h>
Public Member Functions | |
btPlane (const btVector3 &n, btScalar d) | |
btPlane () | |
Public Attributes | |
btVector3 | normal |
btScalar | dist |
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.
Referenced by DistanceBetweenLines(), operator==(), PlaneFlip(), PlaneLineIntersection(), PlaneProject(), PlaneTest(), and ThreePlaneIntersection().
btVector3 btPlane::normal |
Definition at line 117 of file btConvexHull.h.
Referenced by DistanceBetweenLines(), operator==(), PlaneFlip(), PlaneLineIntersection(), PlaneProject(), PlaneTest(), and ThreePlaneIntersection().