Searched defs:otherFlip (Results 1 - 3 of 3) sorted by path

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

Completed in 226 milliseconds