OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xDistance
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
GameObjectManager.java
118
final float
xDistance
= position.x - mCameraFocus.x;
125
} else if (
xDistance
< -mMaxActivationRadius) {
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
MapModel2D.java
221
double
xDistance
= distance(xCentre, p.getX());
223
double lonDistanceInDegrees = (
xDistance
* minutesPerPixel) / 60;
MapModel3D.java
253
double
xDistance
= difference(xCentre, posVec.getX());
255
double lonDistanceInDegrees = (
xDistance
* minutesPerWorldUnit) / 60;
/prebuilts/devtools/tools/lib/
chimpchat.jar
Completed in 391 milliseconds