From 589ed88a5924a7494e21b95b6bbff5e46ff49ddd Mon Sep 17 00:00:00 2001
From: asmrobot <asmrobot@hotmail.com>
Date: Thu, 21 Nov 2019 01:08:42 +0000
Subject: [PATCH] kalete map
---
src/RichCreator.Utility/Structs/ZTLinePoint.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/RichCreator.Utility/Structs/ZTLinePoint.cs b/src/RichCreator.Utility/Structs/ZTLinePoint.cs
index 82ba1eb..44b4c09 100644
--- a/src/RichCreator.Utility/Structs/ZTLinePoint.cs
+++ b/src/RichCreator.Utility/Structs/ZTLinePoint.cs
@@ -26,7 +26,7 @@
public Int32 GetDistance()
{
- return (Int32)GeometryHelper.GetPointDistance(this.P1, this.P2);
+ return (Int32)GeoHelper.GetPointDistance(this.P1, this.P2);
}
--
Gitblit v1.9.3