Home
last modified time | relevance | path

Searched defs:velocity (Results 1 – 25 of 35) sorted by relevance

12

/external/replicaisland/src/com/replica/replicaisland/
DNPCAnimationComponent.java125 final Vector2 velocity = parentObject.getVelocity(); in shouldFall() local
137 final Vector2 velocity = parentObject.getVelocity(); in shouldJump() local
148 final Vector2 velocity = parentObject.getVelocity(); in shouldRun() local
158 final Vector2 velocity = parentObject.getVelocity(); in shouldMove() local
193 final Vector2 velocity = parentObject.getVelocity(); in idle() local
219 final Vector2 velocity = parentObject.getVelocity(); in walk() local
256 final Vector2 velocity = parentObject.getVelocity(); in run() local
292 final Vector2 velocity = parentObject.getVelocity(); in shoot() local
303 final Vector2 velocity = parentObject.getVelocity(); in jumpStart() local
321 final Vector2 velocity = parentObject.getVelocity(); in jumpAir() local
DPhysicsComponent.java129 protected void resolveCollision(Vector2 velocity, Vector2 impulse, Vector2 opposingNormal, in resolveCollision()
169 protected void resolveCollision(Vector2 velocity, Vector2 impulse, Vector2 opposingNormal, in resolveCollision()
DInterpolator.java106 private float calculateAcceleration(float velocity, float acceleration, float target) { in calculateAcceleration()
DGameObject.java172 public final void setVelocity(Vector2 velocity) { in setVelocity()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DFirstPersonCameraController.java37 private float velocity = 5; field in FirstPersonCameraController
59 public void setVelocity (float velocity) { in setVelocity()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
DParticleDef.java17 public final Vec2 velocity = new Vec2(); field in ParticleDef
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtSolverBody.java178 public void getVelocityInLocalPointNoDelta(Vector3 rel_pos, Vector3 velocity) { in getVelocityInLocalPointNoDelta()
182 public void getVelocityInLocalPointObsolete(Vector3 rel_pos, Vector3 velocity) { in getVelocityInLocalPointObsolete()
226 public void internalGetVelocityInLocalPointObsolete(Vector3 rel_pos, Vector3 velocity) { in internalGetVelocityInLocalPointObsolete()
DbtCharacterControllerInterface.java66 public void setVelocityForTimeInterval(Vector3 velocity, float timeInterval) { in setVelocityForTimeInterval()
DbtGeneric6DofSpring2Constraint.java212 public void setTargetVelocity(int index, float velocity) { in setTargetVelocity()
/external/sonivox/arm-wt-22k/lib_src/
Deas_otadata.h74 EAS_U8 velocity; /* current volume */ member
Deas_voicemgt.c1271 …Mgr, S_SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regi… in VMStolenVoice()
1535 …_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regi… in VMCheckPolyphonyLimiting()
1610 …_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regi… in VMStartVoice()
1747 …VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity) in VMStartNote()
1868 … VMStopNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity) in VMStopNote()
Deas_dlssynth.c185 …Voice, const S_DLS_ARTICULATION *pDLSArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain, EAS_U8 velocity) in DLS_UpdateGain()
Deas_imelody.c885 EAS_U8 velocity; in IMY_PlayNote() local
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
DALListener.java185 public native ALVector velocity(); in velocity() method in ALListener
DALSoundSource.java279 ALVector velocity (); in velocity() method
DALChannelSource.java367 public native ALVector velocity(); in velocity() method in ALChannelSource
DALSource.java461 public native ALVector velocity(); in velocity() method in ALSource
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/superkoalio/
DSuperKoalio.java61 final Vector2 velocity = new Vector2(); field in SuperKoalio.Koala
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/
DOpenALAudio.java92 …FloatBuffer velocity = (FloatBuffer)BufferUtils.createFloatBuffer(3).put(new float[] {0.0f, 0.0f, … in OpenALAudio() local
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/
DOpenALAudio.java115 …FloatBuffer velocity = (FloatBuffer)BufferUtils.createFloatBuffer(3).put(new float[] {0.0f, 0.0f, … in OpenALAudio() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
DbtKinematicCharacterController.cpp567 const btVector3& velocity, in setVelocityForTimeInterval()
/external/sonivox/arm-wt-22k/host_src/
Deas_types.h241 EAS_U8 velocity; member
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtDbvt.java549 public boolean update(btDbvtNode leaf, btDbvtAabbMm volume, Vector3 velocity, float margin) { in update()
553 public boolean update(btDbvtNode leaf, btDbvtAabbMm volume, Vector3 velocity) { in update()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtDbvt.cpp529 bool btDbvt::update(btDbvtNode* leaf,btDbvtVolume& volume,const btVector3& velocity,btScalar marg… in update()
539 bool btDbvt::update(btDbvtNode* leaf,btDbvtVolume& volume,const btVector3& velocity) in update()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DParticleEmitter.java538 …float velocity = (particle.velocity + particle.velocityDiff * velocityValue.getScale(percent)) * d… in updateParticle() local
1004 protected float velocity, velocityDiff; field in ParticleEmitter.Particle

12