Classes | Typedefs | Functions

btConvexHullComputer.cpp File Reference

#include <string.h>
#include "btConvexHullComputer.h"
#include "btAlignedObjectArray.h"
#include "btMinMax.h"
#include "btVector3.h"
Include dependency graph for btConvexHullComputer.cpp:

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 >

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 bool pointCmp (const btConvexHullInternal::Point32 &p, const btConvexHullInternal::Point32 &q)
static int getVertexCopy (btConvexHullInternal::Vertex *vertex, btAlignedObjectArray< btConvexHullInternal::Vertex * > &vertices)

Typedef Documentation

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.


Function Documentation

static int getVertexCopy ( btConvexHullInternal::Vertex vertex,
btAlignedObjectArray< btConvexHullInternal::Vertex * > &  vertices 
) [static]

Definition at line 2626 of file btConvexHullComputer.cpp.

static bool pointCmp ( const btConvexHullInternal::Point32 p,
const btConvexHullInternal::Point32 q 
) [static]

Definition at line 1935 of file btConvexHullComputer.cpp.