GeometryOffsetAttribute-1772960d.js 410 B

1
  1. define(["exports","./RuntimeError-346a3079","./when-4bbc8319"],function(t,e,u){"use strict";var r=Object.freeze({NONE:0,TOP:1,ALL:2});t.GeometryOffsetAttribute=r,t.arrayFill=function(t,e,r,a){if("function"==typeof t.fill)return t.fill(e,r,a);for(var f=t.length>>>0,n=(r=u.defaultValue(r,0))<0?Math.max(f+r,0):Math.min(r,f),i=(a=u.defaultValue(a,f))<0?Math.max(f+a,0):Math.min(a,f);n<i;)t[n]=e,n++;return t}});