Searched defs:impulse (Results 1 - 5 of 5) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DPhysicsComponent.java129 protected void resolveCollision(Vector2 velocity, Vector2 impulse, Vector2 opposingNormal, argument
133 outputImpulse.set(impulse);
140 relativeVelocity.add(impulse);
149 // calculate an impulse to apply to the entity
159 entity1Adjust.add(impulse);
169 protected void resolveCollision(Vector2 velocity, Vector2 impulse, Vector2 opposingNormal, argument
178 entity1Velocity.add(impulse);
194 // calculate an impulse to apply to both entities
202 entity1Adjust.add(impulse);
H A DGameObject.java196 public final void setImpulse(Vector2 impulse) { argument
197 mImpulse.set(impulse);
/external/quake/quake/src/QW/client/
H A Dprotocol.h280 byte impulse; member in struct:usercmd_s
/external/quake/quake/src/QW/progs/
H A Dprogdefs.h106 float impulse; member in struct:__anon9087
/external/quake/quake/src/QW/server/
H A Dprogdefs.h125 float impulse; member in struct:__anon9135

Completed in 136 milliseconds