Home
last modified time | relevance | path

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

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