HomeSort by relevance Sort by last modified time
    Searched refs:mAngularVelocity (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 100 float mAngularVelocity[MAX_INSTANCES];
gles3jni.cpp 130 memset(mAngularVelocity, 0, sizeof(mAngularVelocity));
144 mAngularVelocity[i] = MAX_ROT_SPEED * (2.0*drand48() - 1.0);
202 mAngles[i] += mAngularVelocity[i] * dt;

Completed in 57 milliseconds