Searched refs:halfHeight2 (Results 1 – 1 of 1) sorted by relevance
193 final float halfHeight2 = (context.gameHeight * 0.5f) * (context.gameHeight * 0.5f); in GameObjectFactory() local195 final float screenSizeRadius = (float)Math.sqrt(halfHeight2 + halfWidth2); in GameObjectFactory()