btGeometryUtil Class Reference
The btGeometryUtil helper class provides a few methods to convert between plane equations and vertices.
More...
#include <btGeometryUtil.h>
List of all members.
Detailed Description
The btGeometryUtil helper class provides a few methods to convert between plane equations and vertices.
Definition at line 23 of file btGeometryUtil.h.
Member Function Documentation
| static bool btGeometryUtil::areVerticesBehindPlane |
( |
const btVector3 & |
planeNormal, |
|
|
const btAlignedObjectArray< btVector3 > & |
vertices, |
|
|
btScalar |
margin | |
|
) |
| | [static] |
| static bool btGeometryUtil::isInside |
( |
const btAlignedObjectArray< btVector3 > & |
vertices, |
|
|
const btVector3 & |
planeNormal, |
|
|
btScalar |
margin | |
|
) |
| | [static] |
| static bool btGeometryUtil::isPointInsidePlanes |
( |
const btAlignedObjectArray< btVector3 > & |
planeEquations, |
|
|
const btVector3 & |
point, |
|
|
btScalar |
margin | |
|
) |
| | [static] |
The documentation for this class was generated from the following file: