Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectCollisionSystem.java40 private static CollisionVolume.FlipInfo sOtherFlip = new CollisionVolume.FlipInfo(); field in GameObjectCollisionSystem
121 sOtherFlip.flipX = (other.object.facingDirection.x < 0.0f); in update()
122 sOtherFlip.flipY = (other.object.facingDirection.y < 0.0f); in update()
123 sOtherFlip.parentWidth = other.object.width; in update()
124 sOtherFlip.parentHeight = other.object.height; in update()
126 if (otherPosition.x + other.boundingVolume.getMinXPosition(sOtherFlip) > maxX) { in update()
135 other.boundingVolume, otherPosition, sOtherFlip)) { in update()
144 sOtherFlip); in update()
163 sOtherFlip, in update()