Home
last modified time | relevance | path

Searched refs:halfHeight2 (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java193 final float halfHeight2 = (context.gameHeight * 0.5f) * (context.gameHeight * 0.5f); in GameObjectFactory() local
195 final float screenSizeRadius = (float)Math.sqrt(halfHeight2 + halfWidth2); in GameObjectFactory()