|
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.
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 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 2626 of file btConvexHullComputer.cpp.
|
static |
Definition at line 1935 of file btConvexHullComputer.cpp.
1.8.4