/* 2020-9-22 15:23:25 | 版权所有 军懋国兴 */ define(["exports","./when-cbf8cd21","./Check-35e1a91d","./Cartesian2-43e3a3be","./Transforms-2d1ac5ec"],function(e,o,c,r,a){"use strict";function y(e,t,n,i){this.x=o.defaultValue(e,0),this.y=o.defaultValue(t,0),this.width=o.defaultValue(n,0),this.height=o.defaultValue(i,0)}y.packedLength=4,y.pack=function(e,t,n){return c.Check.typeOf.object("value",e),c.Check.defined("array",t),n=o.defaultValue(n,0),t[n++]=e.x,t[n++]=e.y,t[n++]=e.width,t[n]=e.height,t},y.unpack=function(e,t,n){return c.Check.defined("array",e),t=o.defaultValue(t,0),o.defined(n)||(n=new y),n.x=e[t++],n.y=e[t++],n.width=e[t++],n.height=e[t],n},y.fromPoints=function(e,t){if(o.defined(t)||(t=new y),!o.defined(e)||0===e.length)return t.x=0,t.y=0,t.width=0,t.height=0,t;for(var n=e.length,i=e[0].x,h=e[0].y,r=e[0].x,a=e[0].y,c=1;cn.width?n.width=i:i<0&&(n.width-=i,n.x=t.x),h>n.height?n.height=h:h<0&&(n.height-=h,n.y=t.y),n},y.intersect=function(e,t){c.Check.typeOf.object("left",e),c.Check.typeOf.object("right",t);var n=e.x,i=e.y,h=t.x,r=t.y;return n>h+t.width||n+e.widthr+t.height?a.Intersect.OUTSIDE:a.Intersect.INTERSECTING},y.equals=function(e,t){return e===t||o.defined(e)&&o.defined(t)&&e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height},y.prototype.clone=function(e){return y.clone(this,e)},y.prototype.intersect=function(e){return y.intersect(this,e)},y.prototype.equals=function(e){return y.equals(this,e)},e.BoundingRectangle=y});