Searched refs:mVel (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java154 mVel[0] = 0.f;
155 mVel[1] = 0.f;
156 mVel[2] = 0.f;
168 mVel[0] = 0;
169 mVel[1] = 0;
170 mVel[2] = 0;
358 totalForce[0] = -mPos[0] * springStrength - mVel[0]*frictionCoeff + gMultiplier*mGForce[0]*mass;
359 totalForce[1] = -mPos[1] * springStrength - mVel[1]*frictionCoeff + gMultiplier*mGForce[1]*mass;
360 totalForce[2] = -mPos[2] * springStrength - mVel[2]*frictionCoeff + gMultiplier*mGForce[2]*mass;
368 mVel[
493 private float[] mVel = new float[3]; field in class:CamRenderer
[all...]

Completed in 27 milliseconds