OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMinYPosition
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java
77
final float bottom =
getMinYPosition
(flip) + position.y;
82
final float otherBottom = other.
getMinYPosition
(otherFlip) + otherPosition.y;
CollisionVolume.java
80
public float
getMinYPosition
(FlipInfo flip) {
GameObjectCollisionSystem.java
237
position.x + boundingVolume.getMinXPosition(sFlip), position.y + boundingVolume.
getMinYPosition
(sFlip),
249
position.x + volume.getMinXPosition(sFlip), position.y + volume.
getMinYPosition
(sFlip),
262
position.x + volume.getMinXPosition(sFlip), position.y + volume.
getMinYPosition
(sFlip),
SphereCollisionVolume.java
108
- other.
getMinYPosition
(otherFlip);
Completed in 39 milliseconds