HomeSort by relevance Sort by last modified time
    Searched refs:rvac (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h 659 const btScalar rvac=btDot(vrel,norm);
663 const btVector3 iv=norm*rvac;
682 joint.m_friction = fv.length2()<(rvac*friction*rvac*friction)?1:friction;
btSoftBody.cpp 2886 const btScalar rvac=btDot(vrel,m_normal); local
    [all...]

Completed in 89 milliseconds