Home
last modified time | relevance | path

Searched refs:lengthB (Results 1 – 9 of 9) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/joints/
DPulleyJointDef.java43 lengthB = anchorB.dst(groundAnchorB); in initialize()
45 float C = lengthA + ratio * lengthB; in initialize()
64 public float lengthB = 0; field in PulleyJointDef
78 jd.lengthB = lengthB; in toJBox2d()
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
Db2PulleyJoint.cpp49 lengthB = dB.Length(); in Initialize()
63 m_lengthB = def->lengthB; in b2PulleyJoint()
68 m_constant = def->lengthA + m_ratio * def->lengthB; in b2PulleyJoint()
104 float32 lengthB = m_uB.Length(); in InitVelocityConstraints() local
115 if (lengthB > 10.0f * b2_linearSlop) in InitVelocityConstraints()
117 m_uB *= 1.0f / lengthB; in InitVelocityConstraints()
207 float32 lengthB = uB.Length(); in SolvePositionConstraints() local
218 if (lengthB > 10.0f * b2_linearSlop) in SolvePositionConstraints()
220 uB *= 1.0f / lengthB; in SolvePositionConstraints()
241 float32 C = m_constant - lengthA - m_ratio * lengthB; in SolvePositionConstraints()
Db2PulleyJoint.h38 lengthB = 0.0f; in b2PulleyJointDef()
65 float32 lengthB; member
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
DPulleyJointDef.java69 public float lengthB; field in PulleyJointDef
83 lengthB = 0.0f; in PulleyJointDef()
101 lengthB = d2.length(); in initialize()
DPulleyJoint.java87 m_lengthB = def.lengthB; in PulleyJoint()
89 m_constant = def.lengthA + m_ratio * def.lengthB; in PulleyJoint()
217 float lengthB = m_uB.length(); in initVelocityConstraints() local
225 if (lengthB > 10f * Settings.linearSlop) { in initVelocityConstraints()
226 m_uB.mulLocal(1.0f / lengthB); in initVelocityConstraints()
341 float lengthB = uB.length(); in solvePositionConstraints() local
349 if (lengthB > 10.0f * Settings.linearSlop) { in solvePositionConstraints()
350 uB.mulLocal(1.0f / lengthB); in solvePositionConstraints()
368 float C = m_constant - lengthA - m_ratio * lengthB; in solvePositionConstraints()
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/joints/
DPulleyJointDef.java43 lengthB = anchorB.dst(groundAnchorB); in initialize()
45 float C = lengthA + ratio * lengthB; in initialize()
64 public float lengthB = 0; field in PulleyJointDef
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
Dcom.badlogic.gdx.physics.box2d.World.cpp413 …chorAY, jfloat localAnchorBX, jfloat localAnchorBY, jfloat lengthA, jfloat lengthB, jfloat ratio) { in Java_com_badlogic_gdx_physics_box2d_World_jniCreatePulleyJoint() argument
428 def.lengthB = lengthB; in Java_com_badlogic_gdx_physics_box2d_World_jniCreatePulleyJoint()
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
DWorld.java450 d.lengthA, d.lengthB, d.ratio); in createProperJoint()
609 float localAnchorBX, float localAnchorBY, float lengthA, float lengthB, float ratio); /* in jniCreatePulleyJoint() argument
/external/tremolo/Tremolo/
Dframing.c269 long lengthB=or->length-pos; in ogg_buffer_split() local
276 (*tail)->length=lengthB; in ogg_buffer_split()