(function (w, r) {w['r'+r] = w['r'+r] || w['webkitR'+r] || w['mozR'+r] || w['msR'+r] || w['oR'+r] || function(c){ w.setTimeout(c, 1000 / 60); };})(window, 'equestAnimationFrame'); var Segment=function(segmentWidth, segmentHeight, src){ this.w=segmentWidth; this.h=segmentHeight; this.x=this.y=this.rotation=0; this.img=document.createElement('img'); this.img.src=src; }; Segment.prototype = { getPin:
