Convex hull implementation based on Preparata and Hong See http://code.google.com/p/bullet/issues/detail?id=275 Ole Kniemeyer, MAXON Computer GmbH.
More...
#include <btConvexHullComputer.h>
Convex hull implementation based on Preparata and Hong See http://code.google.com/p/bullet/issues/detail?id=275 Ole Kniemeyer, MAXON Computer GmbH.
Definition at line 24 of file btConvexHullComputer.h.
btScalar btConvexHullComputer::compute |
( |
const void * |
coords, |
|
|
bool |
doubleCoords, |
|
|
int |
stride, |
|
|
int |
count, |
|
|
btScalar |
shrink, |
|
|
btScalar |
shrinkClamp |
|
) |
| |
|
private |
btScalar btConvexHullComputer::compute |
( |
const float * |
coords, |
|
|
int |
stride, |
|
|
int |
count, |
|
|
btScalar |
shrink, |
|
|
btScalar |
shrinkClamp |
|
) |
| |
|
inline |
btScalar btConvexHullComputer::compute |
( |
const double * |
coords, |
|
|
int |
stride, |
|
|
int |
count, |
|
|
btScalar |
shrink, |
|
|
btScalar |
shrinkClamp |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: