surprise
2023-12-29 18377dc5d61caf3a6a0835e17015ac2601f8709d
1
define(["exports","./Matrix3-a3d5aaa7","./defaultValue-865ac579"],(function(e,n,o){"use strict";function i(){this.high=n.Cartesian3.clone(n.Cartesian3.ZERO),this.low=n.Cartesian3.clone(n.Cartesian3.ZERO)}i.encode=function(e,n){let 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};const t={high:0,low:0};i.fromCartesian=function(e,n){o.defined(n)||(n=new i);const a=n.high,h=n.low;return i.encode(e.x,t),a.x=t.high,h.x=t.low,i.encode(e.y,t),a.y=t.high,h.y=t.low,i.encode(e.z,t),a.z=t.high,h.z=t.low,n};const a=new i;i.writeElements=function(e,n,o){i.fromCartesian(e,a);const t=a.high,h=a.low;n[o]=t.x,n[o+1]=t.y,n[o+2]=t.z,n[o+3]=h.x,n[o+4]=h.y,n[o+5]=h.z},e.EncodedCartesian3=i}));