Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
btPlane Class Reference

#include <btConvexHull.h>

Collaboration diagram for btPlane:
Collaboration graph
[legend]

Public Member Functions

 btPlane (const btVector3 &n, btScalar d)
 
 btPlane ()
 

Public Attributes

btVector3 normal
 
btScalar dist
 

Detailed Description

Definition at line 114 of file btConvexHull.h.

Constructor & Destructor Documentation

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.

Member Data Documentation

btScalar btPlane::dist

Definition at line 118 of file btConvexHull.h.

btVector3 btPlane::normal

Definition at line 117 of file btConvexHull.h.


The documentation for this class was generated from the following file: