#include <btGrahamScan2dConvexHull.h>
Public Member Functions | |
btAngleCompareFunc (const btVector3 &anchor) | |
bool | operator() (const GrahamVector3 &a, const GrahamVector3 &b) const |
Public Attributes | |
btVector3 | m_anchor |
Definition at line 36 of file btGrahamScan2dConvexHull.h.
btAngleCompareFunc::btAngleCompareFunc | ( | const btVector3 & | anchor | ) | [inline] |
Definition at line 38 of file btGrahamScan2dConvexHull.h.
bool btAngleCompareFunc::operator() | ( | const GrahamVector3 & | a, | |
const GrahamVector3 & | b | |||
) | const [inline] |
Definition at line 42 of file btGrahamScan2dConvexHull.h.
Definition at line 37 of file btGrahamScan2dConvexHull.h.