EncodedCartesian3-d4f305ce.js 795 B

1
  1. define(["exports","./Matrix2-f2da41d4","./RuntimeError-ffe03243","./when-229515d6"],(function(e,n,i,o){"use strict";function r(){this.high=n.Cartesian3.clone(n.Cartesian3.ZERO),this.low=n.Cartesian3.clone(n.Cartesian3.ZERO)}r.encode=function(e,n){var i;return o.defined(n)||(n={high:0,low:0}),e>=0?(i=65536*Math.floor(e/65536),n.high=i,n.low=e-i):(i=65536*Math.floor(-e/65536),n.high=-i,n.low=e+i),n};var h={high:0,low:0};r.fromCartesian=function(e,n){o.defined(n)||(n=new r);var i=n.high,t=n.low;return r.encode(e.x,h),i.x=h.high,t.x=h.low,r.encode(e.y,h),i.y=h.high,t.y=h.low,r.encode(e.z,h),i.z=h.high,t.z=h.low,n};var t=new r;r.writeElements=function(e,n,i){r.fromCartesian(e,t);var o=t.high,h=t.low;n[i]=o.x,n[i+1]=o.y,n[i+2]=o.z,n[i+3]=h.x,n[i+4]=h.y,n[i+5]=h.z},e.EncodedCartesian3=r}));