#include "btVector3.h"
#include "btAlignedObjectArray.h"
Go to the source code of this file.
Classes | |
struct | GrahamVector3 |
struct | btAngleCompareFunc |
Functions | |
void | GrahamScanConvexHull2D (btAlignedObjectArray< GrahamVector3 > &originalPoints, btAlignedObjectArray< GrahamVector3 > &hull, const btVector3 &normalAxis) |
void GrahamScanConvexHull2D | ( | btAlignedObjectArray< GrahamVector3 > & | originalPoints, | |
btAlignedObjectArray< GrahamVector3 > & | hull, | |||
const btVector3 & | normalAxis | |||
) | [inline] |
Definition at line 59 of file btGrahamScan2dConvexHull.h.