define(["exports","./Cartesian2-2b41fabe","./Cartographic-1d953166","./Check-2514d21d","./when-d186add7","./buildModuleUrl-d920237a","./Rectangle-f841217d"],(function(t,e,h,i,n,r,o){"use strict";function u(t,e,h,i){this.x=n.u(t,0),this.y=n.u(e,0),this.width=n.u(h,0),this.height=n.u(i,0)}u.packedLength=4,u.pack=function(t,e,h){return i.o.typeOf.object("value",t),i.o.defined("array",e),h=n.u(h,0),e[h++]=t.x,e[h++]=t.y,e[h++]=t.width,e[h]=t.height,e},u.unpack=function(t,e,h){return i.o.defined("array",t),e=n.u(e,0),n.e(h)||(h=new u),h.x=t[e++],h.y=t[e++],h.width=t[e++],h.height=t[e],h},u.fromPoints=function(t,e){if(n.e(e)||(e=new u),!n.e(t)||0===t.length)return e.x=0,e.y=0,e.width=0,e.height=0,e;for(var h=t.length,i=t[0].x,r=t[0].y,o=t[0].x,a=t[0].y,c=1;ch.width?h.width=n:n<0&&(h.width-=n,h.x=e.x),r>h.height?h.height=r:r<0&&(h.height-=r,h.y=e.y),h},u.intersect=function(t,e){i.o.typeOf.object("left",t),i.o.typeOf.object("right",e);var h=t.x,n=t.y,o=e.x,u=e.y;return h>o+e.width||h+t.widthu+e.height?r.S.OUTSIDE:r.S.INTERSECTING},u.equals=function(t,e){return t===e||n.e(t)&&n.e(e)&&t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height},u.prototype.clone=function(t){return u.clone(this,t)},u.prototype.intersect=function(t){return u.intersect(this,t)},u.prototype.equals=function(t){return u.equals(this,t)},t.f=u}));