Home | History | Annotate | Download | only in replicaisland

Lines Matching refs:getVelocity

121         	parentObject.getVelocity().x = -parentObject.facingDirection.x * HIT_IMPULSE;
126 if (Utils.close(parentObject.getVelocity().x, 0.0f)
252 if (parentObject.getVelocity().x != 0.0f) {
313 parentObject.getVelocity().y = mUpImpulse;
325 parentObject.getVelocity().y = mDownImpulse;
335 parentObject.getVelocity().y = 0.0f;
343 parentObject.getVelocity().y = 0.0f;
349 parentObject.getVelocity().y = mUpImpulse;
356 parentObject.getVelocity().y = mUpImpulse;
363 parentObject.getVelocity().y = mDownImpulse;
370 parentObject.getVelocity().y = mDownImpulse;
389 parentObject.getVelocity().y = 0.0f;
396 parentObject.getVelocity().y = 0.0f;
403 parentObject.getVelocity().x = 0.0f;
423 if (parentObject.touchingGround() && parentObject.getVelocity().y <= 0.0f) {
435 getVelocity().x = 0.0f;