Searched refs:otherFlip (Results 1 – 3 of 3) sorted by relevance
86 Vector2 otherPosition, FlipInfo otherFlip) { in intersects() argument91 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()
74 Vector2 otherPosition, FlipInfo otherFlip) { in intersects() argument80 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()
56 Vector2 otherPosition, FlipInfo otherFlip); in intersects() argument