Home
last modified time | relevance | path

Searched defs:trs (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbtz.cpp649 Transition *trs = (Transition*)fHistoricTransitions->orphanElementAt(0); in deleteTransitions() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyHelpers.cpp654 const btMatrix3x3 trs=psb->m_pose.m_rot*psb->m_pose.m_scl; in DrawFrame() local
DbtSoftBody.cpp784 void btSoftBody::transform(const btTransform& trs) in transform()
806 void btSoftBody::translate(const btVector3& trs) in translate()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java4044 public void transform(Matrix4 trs) { in transform()
4048 public void translate(Vector3 trs) { in translate()