From f373e0c0797e1800bf066fdfbb748bb9242230f6 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期二, 08 七月 2025 17:46:02 +0800
Subject: [PATCH] 泥位计

---
 public/CimSDK/Workers/chunk-YCO6GHZ4.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/public/CimSDK/Workers/chunk-YCO6GHZ4.js b/public/CimSDK/Workers/chunk-YCO6GHZ4.js
new file mode 100644
index 0000000..e0afee7
--- /dev/null
+++ b/public/CimSDK/Workers/chunk-YCO6GHZ4.js
@@ -0,0 +1,6 @@
+/**
+ * SmartEarth WebSDK - https://websdk.terra-it.cn
+ * Version 5.4.1
+ */
+
+import{b as c}from"./chunk-UMC5CP2H.js";import{b as t}from"./chunk-VJ26MOOM.js";import{e as g}from"./chunk-E3YQ3WWZ.js";function f(){this.high=c.clone(c.ZERO),this.low=c.clone(c.ZERO)}f.encode=function(n,o){t.typeOf.number("value",n),g(o)||(o={high:0,low:0});let h;return n>=0?(h=Math.floor(n/65536)*65536,o.high=h,o.low=n-h):(h=Math.floor(-n/65536)*65536,o.high=-h,o.low=n+h),o};var e={high:0,low:0};f.fromCartesian=function(n,o){t.typeOf.object("cartesian",n),g(o)||(o=new f);let h=o.high,i=o.low;return f.encode(n.x,e),h.x=e.high,i.x=e.low,f.encode(n.y,e),h.y=e.high,i.y=e.low,f.encode(n.z,e),h.z=e.high,i.z=e.low,o};var m=new f;f.writeElements=function(n,o,h){t.defined("cartesianArray",o),t.typeOf.number("index",h),t.typeOf.number.greaterThanOrEquals("index",h,0),f.fromCartesian(n,m);let i=m.high,w=m.low;o[h]=i.x,o[h+1]=i.y,o[h+2]=i.z,o[h+3]=w.x,o[h+4]=w.y,o[h+5]=w.z};var O=f;export{O as a};

--
Gitblit v1.9.3