OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frictioncoeff
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java
350
float
frictionCoeff
= 10.f;
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;
Completed in 59 milliseconds