Searched defs:mWorkVector (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DDebugSystem.java34 private Vector2 mWorkVector; field in class:DebugSystem
48 mWorkVector = new Vector2();
60 mWorkVector.set(x, y);
61 mWorkVector.x = (mWorkVector.x - camera.getFocusPositionX()
63 mWorkVector.y = (mWorkVector.y - camera.getFocusPositionY()
66 if (mWorkVector.x + width >= 0.0f && mWorkVector.x < params.gameWidth
67 && mWorkVector
[all...]

Completed in 97 milliseconds