Searched refs:mWidthHeight (Results 1 – 1 of 1) sorted by relevance
28 private Vector2 mWidthHeight; field in AABoxCollisionVolume34 mWidthHeight = new Vector2(width, height); in AABoxCollisionVolume()41 mWidthHeight = new Vector2(width, height); in AABoxCollisionVolume()46 return mBottomLeft.x + mWidthHeight.x; in getMaxX()56 return mBottomLeft.y + mWidthHeight.y; in getMaxY()110 if (mWidthHeight.length2() > 0) { in growBy()124 mWidthHeight.set(horizontalDelta, verticalDelta); in growBy()