Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DSphereCollisionVolume.java86 Vector2 otherPosition, FlipInfo otherFlip) { in intersects() argument
91 result = other.intersects(otherPosition, otherFlip, this, position, flip); in intersects()
100 offsetByCenter(mWorkspaceVector2, sphereOther.getCenter(), otherFlip); in intersects()
105 final float deltaX = other.getMaxXPosition(otherFlip) in intersects()
106 - other.getMinXPosition(otherFlip); in intersects()
107 final float deltaY = other.getMaxYPosition(otherFlip) in intersects()
108 - other.getMinYPosition(otherFlip); in intersects()
DAABoxCollisionVolume.java74 Vector2 otherPosition, FlipInfo otherFlip) { in intersects() argument
80 final float otherLeft = other.getMinXPosition(otherFlip) + otherPosition.x; in intersects()
81 final float otherRight = other.getMaxXPosition(otherFlip) + otherPosition.x; in intersects()
82 final float otherBottom = other.getMinYPosition(otherFlip) + otherPosition.y; in intersects()
83 final float otherTop = other.getMaxYPosition(otherFlip) + otherPosition.y; in intersects()
DCollisionVolume.java56 Vector2 otherPosition, FlipInfo otherFlip); in intersects() argument