asmrobot
2019-11-25 2aeab450471cb80b59002da7da80faf251a0c4f4
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);
        }