OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rotationvelocity
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsHoverControl.java
131
float
rotationVelocity
= angVel.getY();
137
if (
rotationVelocity
< 1 &&
rotationVelocity
> -1) {
142
if (
rotationVelocity
> 0.2f) {
144
} else if (
rotationVelocity
< -0.2f) {
Completed in 71 milliseconds