Searched refs:inverseTimes (Results 1 – 8 of 8) sorted by relevance
197 btTransform inverseTimes(const btTransform& t) const; in ATTRIBUTE_ALIGNED16()230 btTransform::inverseTimes(const btTransform& t) const in inverseTimes() function
132 public Matrix4 inverseTimes(Matrix4 t) { in inverseTimes() method in btTransform
202 relativeTrans = interpolatedTransB.inverseTimes(interpolatedTransA); in calcTimeOfImpact()
846 shape.m_toshape0 = wtrs0.inverseTimes(wtrs1); in Initialize()
853 shape.m_toshape0 = a.getWorldTransform().inverseTimes(b.getWorldTransform()); in Initialize()
42 btTransform sphereInTr = transformB.inverseTimes(transformA); in getClosestPoints()
555 btVector3 localRayFrom = colObjWorldTransform.inverseTimes(rayFromTrans).getOrigin(); in rayTestSingleInternal()556 btVector3 localRayTo = colObjWorldTransform.inverseTimes(rayToTrans).getOrigin(); in rayTestSingleInternal()
4001 result = ((btTransform const *)arg1)->inverseTimes((btTransform const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_btTransform_1inverseTimes()