Lines Matching refs:upVec
2607 PointF upVec = new PointF(0f, -1f);2608 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /2609 (vel.length() * upVec.length()));