Blender V2.61 - r43446
Classes | Defines | Functions | Variables

btRaycastVehicle.cpp File Reference

#include "LinearMath/btVector3.h"
#include "btRaycastVehicle.h"
#include "BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.h"
#include "BulletDynamics/ConstraintSolver/btJacobianEntry.h"
#include "LinearMath/btQuaternion.h"
#include "BulletDynamics/Dynamics/btDynamicsWorld.h"
#include "btVehicleRaycaster.h"
#include "btWheelInfo.h"
#include "LinearMath/btMinMax.h"
#include "LinearMath/btIDebugDraw.h"
#include "BulletDynamics/ConstraintSolver/btContactConstraint.h"

Go to the source code of this file.

Classes

struct  btWheelContactPoint

Defines

#define ROLLING_INFLUENCE_FIX

Functions

btScalar calcRollingFriction (btWheelContactPoint &contactPoint)

Variables

btScalar sideFrictionStiffness2 = btScalar(1.0)

Define Documentation

#define ROLLING_INFLUENCE_FIX

Definition at line 25 of file btRaycastVehicle.cpp.


Function Documentation

btScalar calcRollingFriction ( btWheelContactPoint contactPoint)

Variable Documentation

Definition at line 525 of file btRaycastVehicle.cpp.

Referenced by btRaycastVehicle::updateFriction().