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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/joints/
PulleyJointDef.java 43 lengthB = anchorB.dst(groundAnchorB);
45 float C = lengthA + ratio * lengthB;
64 public float lengthB = 0;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
PulleyJointDef.java 69 public float lengthB;
83 lengthB = 0.0f;
101 lengthB = d2.length();
PulleyJoint.java 87 m_lengthB = def.lengthB;
89 m_constant = def.lengthA + m_ratio * def.lengthB;
217 float lengthB = m_uB.length();
225 if (lengthB > 10f * Settings.linearSlop) {
226 m_uB.mulLocal(1.0f / lengthB);
341 float lengthB = uB.length();
349 if (lengthB > 10.0f * Settings.linearSlop) {
350 uB.mulLocal(1.0f / lengthB);
368 float C = m_constant - lengthA - m_ratio * lengthB;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/joints/
PulleyJointDef.java 43 lengthB = anchorB.dst(groundAnchorB);
45 float C = lengthA + ratio * lengthB;
64 public float lengthB = 0;
78 jd.lengthB = lengthB;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2PulleyJoint.h 38 lengthB = 0.0f;
65 float32 lengthB;
b2PulleyJoint.cpp 49 lengthB = dB.Length();
63 m_lengthB = def->lengthB;
68 m_constant = def->lengthA + m_ratio * def->lengthB;
104 float32 lengthB = m_uB.Length();
115 if (lengthB > 10.0f * b2_linearSlop)
117 m_uB *= 1.0f / lengthB;
207 float32 lengthB = uB.Length();
218 if (lengthB > 10.0f * b2_linearSlop)
220 uB *= 1.0f / lengthB;
241 float32 C = m_constant - lengthA - m_ratio * lengthB;
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.World.cpp 413 JNIEXPORT jlong JNICALL Java_com_badlogic_gdx_physics_box2d_World_jniCreatePulleyJoint(JNIEnv* env, jobject object, jlong addr, jlong bodyA, jlong bodyB, jboolean collideConnected, jfloat groundAnchorAX, jfloat groundAnchorAY, jfloat groundAnchorBX, jfloat groundAnchorBY, jfloat localAnchorAX, jfloat localAnchorAY, jfloat localAnchorBX, jfloat localAnchorBY, jfloat lengthA, jfloat lengthB, jfloat ratio) {
428 def.lengthB = lengthB;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
World.java 450 d.lengthA, d.lengthB, d.ratio);
609 float localAnchorBX, float localAnchorBY, float lengthA, float lengthB, float ratio); /*
620 def.lengthB = lengthB;
    [all...]
  /external/tremolo/Tremolo/
framing.c 269 long lengthB=or->length-pos;
276 (*tail)->length=lengthB;

Completed in 227 milliseconds