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

/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java374 float x, float y, float vx, float vy,
376 final float mag = (float) Math.hypot(vx, vy);
380 mx.setSinCos(-vx/mag, vy/mag);
373 drawVector(Canvas canvas, float x, float y, float vx, float vy, Paint pt) argument

Completed in 1310 milliseconds