Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DSphereCollisionVolume.java25 private Vector2 mWorkspaceVector2; field in SphereCollisionVolume
32 mWorkspaceVector2 = new Vector2(); in SphereCollisionVolume()
40 mWorkspaceVector2 = new Vector2(); in SphereCollisionVolume()
99 mWorkspaceVector2.set(otherPosition); in intersects()
100 offsetByCenter(mWorkspaceVector2, sphereOther.getCenter(), otherFlip); in intersects()
101 mWorkspaceVector.subtract(mWorkspaceVector2); in intersects()
112 mWorkspaceVector2.set(otherPosition); in intersects()
113 mWorkspaceVector2.x += centerX; in intersects()
114 mWorkspaceVector2.y += centerY; in intersects()