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.
◆ compute() [1/3]
btScalar btConvexHullComputer::compute |
( |
const double * | coords, |
|
|
int | stride, |
|
|
int | count, |
|
|
btScalar | shrink, |
|
|
btScalar | shrinkClamp ) |
|
inline |
◆ compute() [2/3]
btScalar btConvexHullComputer::compute |
( |
const float * | coords, |
|
|
int | stride, |
|
|
int | count, |
|
|
btScalar | shrink, |
|
|
btScalar | shrinkClamp ) |
|
inline |
◆ compute() [3/3]
btScalar btConvexHullComputer::compute |
( |
const void * | coords, |
|
|
bool | doubleCoords, |
|
|
int | stride, |
|
|
int | count, |
|
|
btScalar | shrink, |
|
|
btScalar | shrinkClamp ) |
|
private |
◆ edges
◆ faces
◆ original_vertex_index
◆ vertices
The documentation for this class was generated from the following files: