OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMinY
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java
86
value =
getMinY
();
94
final float minY =
getMinY
();
104
protected abstract float
getMinY
();
AABoxCollisionVolume.java
60
public final float
getMinY
() {
114
minY = Math.max(
getMinY
(), other.
getMinY
());
119
minY = other.
getMinY
();
SphereCollisionVolume.java
59
public float
getMinY
() {
140
minY = Math.min(
getMinY
(), other.
getMinY
());
145
minY = other.
getMinY
();
Completed in 644 milliseconds