Home | History | Annotate | Download | only in ConstraintSolver

Lines Matching defs:vel

627 				btScalar vel = angVelA.dot(ax1);
628 vel -= angVelB.dot(ax1);
633 if(vel < 0)
635 btScalar newc = -bounce * vel;
644 if(vel > 0)
646 btScalar newc = -bounce * vel;
1022 btScalar vel = angVelA.dot(ax1);
1023 vel -= angVelB.dot(ax1);
1028 if(vel < 0)
1030 btScalar newc = -bounce * vel;
1039 if(vel > 0)
1041 vel;