/**@class android.gesture.OrientedBoundingBox
@extends java.lang.Object

 An oriented bounding box
*/
var OrientedBoundingBox = {

/***/
squareness : "null",
/***/
width : "null",
/***/
height : "null",
/***/
orientation : "null",
/***/
centerX : "null",
/***/
centerY : "null",
/**Currently used for debugging purpose only.
@hide 
*/
toPath : function(  ) {},


};