[OgreKit Lua]

Public Member Functions | List of all members
gsSweptTest Class Reference

Public Member Functions

 gsSweptTest ()
 
 gsSweptTest (gsArray< gsGameObject, gkGameObject > &avoid)
 
 ~gsSweptTest ()
 
bool collides (const gsRay &ray, float rayRadius, int filterGroup=btBroadphaseProxy::AllFilter, int filterMask=btBroadphaseProxy::AllFilter)
 
gsVector3 getHitPoint (void)
 
gsVector3 getHitNormal (void)
 
gsVector3 getReflection (void)
 
gsVector3 getSliding (void)
 
gkGameObject * getHitObject (void)
 

Constructor & Destructor Documentation

gsSweptTest::gsSweptTest ( )
gsSweptTest::gsSweptTest ( gsArray< gsGameObject, gkGameObject > &  avoid)
gsSweptTest::~gsSweptTest ( )

Member Function Documentation

bool gsSweptTest::collides ( const gsRay ray,
float  rayRadius,
int  filterGroup = btBroadphaseProxy::AllFilter,
int  filterMask = btBroadphaseProxy::AllFilter 
)
gsVector3 gsSweptTest::getHitNormal ( void  )
gkGameObject* gsSweptTest::getHitObject ( void  )
gsVector3 gsSweptTest::getHitPoint ( void  )
gsVector3 gsSweptTest::getReflection ( void  )
gsVector3 gsSweptTest::getSliding ( void  )