From 0329c48a57f33a4c94e44c5e4d3d3c116184986f Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 22 四月 2025 15:51:43 +0800
Subject: [PATCH] 优化HelixToolkit的方法,增加水流方向功能,进一步封装Winform控件

---
 Yw.WpfUI.Hydro.L3d.Core/00-core/Point3DExtensions.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Yw.WpfUI.Hydro.L3d.Core/00-core/Point3DExtensions.cs b/Yw.WpfUI.Hydro.L3d.Core/00-core/Point3DExtensions.cs
index 957f788..e54e33c 100644
--- a/Yw.WpfUI.Hydro.L3d.Core/00-core/Point3DExtensions.cs
+++ b/Yw.WpfUI.Hydro.L3d.Core/00-core/Point3DExtensions.cs
@@ -12,5 +12,7 @@
         {
             return new PointL3d(pt.X, pt.Y, pt.Z);
         }
+
+
     }
 }

--
Gitblit v1.9.3