Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
btAngleCompareFunc Struct Reference

#include <btGrahamScan2dConvexHull.h>

Collaboration diagram for btAngleCompareFunc:
Collaboration graph
[legend]

Public Member Functions

 btAngleCompareFunc (const btVector3 &anchor)
 
bool operator() (const GrahamVector3 &a, const GrahamVector3 &b) const
 

Public Attributes

btVector3 m_anchor
 

Detailed Description

Definition at line 36 of file btGrahamScan2dConvexHull.h.

Constructor & Destructor Documentation

btAngleCompareFunc::btAngleCompareFunc ( const btVector3 anchor)
inline

Definition at line 38 of file btGrahamScan2dConvexHull.h.

Member Function Documentation

bool btAngleCompareFunc::operator() ( const GrahamVector3 a,
const GrahamVector3 b 
) const
inline

Definition at line 42 of file btGrahamScan2dConvexHull.h.

Member Data Documentation

btVector3 btAngleCompareFunc::m_anchor

Definition at line 37 of file btGrahamScan2dConvexHull.h.


The documentation for this struct was generated from the following file: