OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:halfheight2
(Results
1 - 1
of
1
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java
193
final float
halfHeight2
= (context.gameHeight * 0.5f) * (context.gameHeight * 0.5f);
195
final float screenSizeRadius = (float)Math.sqrt(
halfHeight2
+ halfWidth2);
[
all
...]
Completed in 41 milliseconds