Blender V2.61 - r43446
Functions

btContactConstraint.h File Reference

#include "LinearMath/btVector3.h"
#include "btJacobianEntry.h"
#include "btTypedConstraint.h"
#include "BulletCollision/NarrowPhaseCollision/btPersistentManifold.h"

Go to the source code of this file.

Functions

 ATTRIBUTE_ALIGNED16 (class) btContactConstraint
 btContactConstraint can be automatically created to solve contact constraints using the unified btTypedConstraint interface
void resolveSingleBilateral (btRigidBody &body1, const btVector3 &pos1, btRigidBody &body2, const btVector3 &pos2, btScalar distance, const btVector3 &normal, btScalar &impulse, btScalar timeStep)
 resolveSingleBilateral is an obsolete methods used for vehicle friction between two dynamic objects

Function Documentation

ATTRIBUTE_ALIGNED16 ( class  )

btContactConstraint can be automatically created to solve contact constraints using the unified btTypedConstraint interface

obsolete methods

Definition at line 25 of file btContactConstraint.h.

void resolveSingleBilateral ( btRigidBody body1,
const btVector3 &  pos1,
btRigidBody body2,
const btVector3 &  pos2,
btScalar  distance,
const btVector3 &  normal,
btScalar impulse,
btScalar  timeStep 
)