function Rectangle( x, y, width, height, options ){ function getCenter(){ return { x: x + width/2, y: y + height/2 }; } };