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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 268 btMatrix3x3 m_c0; // Impulse matrix
292 btMatrix3x3 m_c0; // Impulse matrix
352 /* Impulse */
353 struct Impulse
359 Impulse() : m_velocity(0,0,0),m_drift(0,0,0),m_asVelocity(0),m_asDrift(0) {}
360 Impulse operator -() const
362 Impulse i=*this;
367 Impulse operator*(btScalar x) const
369 Impulse i=*this;
439 void applyVImpulse(const btVector3& impulse,const btVector3& rpos) cons
    [all...]
btSoftBody.cpp 974 void btSoftBody::clusterVImpulse(Cluster* cluster,const btVector3& rpos,const btVector3& impulse)
976 const btVector3 li=cluster->m_imass*impulse;
977 const btVector3 ai=cluster->m_invwi*btCross(rpos,impulse);
984 void btSoftBody::clusterDImpulse(Cluster* cluster,const btVector3& rpos,const btVector3& impulse)
986 const btVector3 li=cluster->m_imass*impulse;
987 const btVector3 ai=cluster->m_invwi*btCross(rpos,impulse);
994 void btSoftBody::clusterImpulse(Cluster* cluster,const btVector3& rpos,const Impulse& impulse)
996 if(impulse.m_asVelocity) clusterVImpulse(cluster,rpos,impulse.m_velocity)
2796 btSoftBody::Impulse impulse; local
2841 btSoftBody::Impulse impulse; local
2887 btSoftBody::Impulse impulse; local
3015 const btVector3 impulse=a.m_c0*vr*a.m_influence; local
3042 const btVector3 impulse = c.m_c0 * ( (vr - (fv * c.m_c3) + (cti.m_normal * (dp * c.m_c4))) * kst ); local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 4089 SoftbodyJNI.btSoftBody_clusterVImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, impulse); local
4093 SoftbodyJNI.btSoftBody_clusterDImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, impulse); local
4097 SoftbodyJNI.btSoftBody_clusterImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, btSoftBody.Impulse.getCPtr(impulse), impulse); local
4101 SoftbodyJNI.btSoftBody_clusterVAImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, impulse); local
4105 SoftbodyJNI.btSoftBody_clusterDAImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, impulse); local
4109 SoftbodyJNI.btSoftBody_clusterAImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, btSoftBody.Impulse.getCPtr(impulse), impulse); local
4113 SoftbodyJNI.btSoftBody_clusterDCImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, impulse); local
    [all...]
SoftbodyJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]
  /external/ImageMagick/www/api/
fx.php 84 <dd> The type of noise: Uniform, Gaussian, Multiplicative, Impulse, Laplacian, or Poisson. </dd>

Completed in 323 milliseconds