OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
MWPhysics::ActorTracer Struct Reference

#include <trace.h>

Collaboration diagram for MWPhysics::ActorTracer:

Public Member Functions

void doTrace (const btCollisionObject *actor, const osg::Vec3f &start, const osg::Vec3f &end, const btCollisionWorld *world)
 
void findGround (const Actor *actor, const osg::Vec3f &start, const osg::Vec3f &end, const btCollisionWorld *world)
 

Public Attributes

osg::Vec3f mEndPos
 
osg::Vec3f mPlaneNormal
 
osg::Vec3f mHitPoint
 
const btCollisionObject * mHitObject
 
float mFraction
 

Member Function Documentation

void MWPhysics::ActorTracer::doTrace ( const btCollisionObject *  actor,
const osg::Vec3f &  start,
const osg::Vec3f &  end,
const btCollisionWorld *  world 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void MWPhysics::ActorTracer::findGround ( const Actor actor,
const osg::Vec3f &  start,
const osg::Vec3f &  end,
const btCollisionWorld *  world 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

osg::Vec3f MWPhysics::ActorTracer::mEndPos
float MWPhysics::ActorTracer::mFraction
const btCollisionObject* MWPhysics::ActorTracer::mHitObject
osg::Vec3f MWPhysics::ActorTracer::mHitPoint
osg::Vec3f MWPhysics::ActorTracer::mPlaneNormal

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