Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java29 private Vector2 mBottomLeft; field in AABoxCollisionVolume
33 mBottomLeft = new Vector2(offsetX, offsetY); in AABoxCollisionVolume()
40 mBottomLeft = new Vector2(offsetX, offsetY); in AABoxCollisionVolume()
46 return mBottomLeft.x + mWidthHeight.x; in getMaxX()
51 return mBottomLeft.x; in getMinX()
56 return mBottomLeft.y + mWidthHeight.y; in getMaxY()
61 return mBottomLeft.y; in getMinY()
123 mBottomLeft.set(minX, minY); in growBy()