meface/docs/.vuepress/public/cesium/Workers/GeometryOffsetAttribute-245...

2 lines
425 B
JavaScript

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