Bullet Collision Detection & Physics Library
|
#include <string.h>
#include "btConvexHullComputer.h"
#include "btAlignedObjectArray.h"
#include "btMinMax.h"
#include "btVector3.h"
Go to the source code of this file.
Classes | |
class | btConvexHullInternal |
class | btConvexHullInternal::Point64 |
class | btConvexHullInternal::Point32 |
class | btConvexHullInternal::Int128 |
class | btConvexHullInternal::Rational64 |
class | btConvexHullInternal::Rational128 |
class | btConvexHullInternal::PointR128 |
class | btConvexHullInternal::Vertex |
class | btConvexHullInternal::Edge |
class | btConvexHullInternal::Face |
class | btConvexHullInternal::DMul< UWord, UHWord > |
class | btConvexHullInternal::IntermediateHull |
class | btConvexHullInternal::PoolArray< T > |
class | btConvexHullInternal::Pool< T > |
class | pointCmp |
Typedefs | |
typedef int | int32_t |
typedef long long int | int64_t |
typedef unsigned int | uint32_t |
typedef unsigned long long int | uint64_t |
Functions | |
static int | getVertexCopy (btConvexHullInternal::Vertex *vertex, btAlignedObjectArray< btConvexHullInternal::Vertex * > &vertices) |
typedef int int32_t |
Definition at line 30 of file btConvexHullComputer.cpp.
typedef long long int int64_t |
Definition at line 31 of file btConvexHullComputer.cpp.
typedef unsigned int uint32_t |
Definition at line 32 of file btConvexHullComputer.cpp.
typedef unsigned long long int uint64_t |
Definition at line 33 of file btConvexHullComputer.cpp.
|
static |
Definition at line 2630 of file btConvexHullComputer.cpp.