Classes | Public Member Functions | Public Attributes | Private Member Functions
btConvexHullComputer Class Reference

#include <btConvexHullComputer.h>

List of all members.

Classes

class  Edge

Public Member Functions

btScalar compute (const float *coords, int stride, int count, btScalar shrink, btScalar shrinkClamp)
btScalar compute (const double *coords, int stride, int count, btScalar shrink, btScalar shrinkClamp)

Public Attributes

btAlignedObjectArray< Edgeedges
btAlignedObjectArray< int > faces
btAlignedObjectArray< btVector3 > vertices

Private Member Functions

btScalar compute (const void *coords, bool doubleCoords, int stride, int count, btScalar shrink, btScalar shrinkClamp)

Detailed Description

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.


Member Function Documentation

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]

Definition at line 89 of file btConvexHullComputer.h.

btScalar btConvexHullComputer::compute ( const double *  coords,
int  stride,
int  count,
btScalar  shrink,
btScalar  shrinkClamp 
) [inline]

Definition at line 95 of file btConvexHullComputer.h.


Member Data Documentation

Definition at line 72 of file btConvexHullComputer.h.

Definition at line 75 of file btConvexHullComputer.h.

Definition at line 69 of file btConvexHullComputer.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


bullet
Author(s): Erwin Coumans, ROS package maintained by Tully Foote
autogenerated on Wed Oct 31 2012 07:54:32