Searched defs:impulse (Results 1 - 2 of 2) 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);

Completed in 89 milliseconds