From def2e2f557d94a9394c2ba2a364e696f5ce833de Mon Sep 17 00:00:00 2001 From: Toby K Date: Thu, 19 Oct 2023 13:01:23 +0200 Subject: [PATCH] v1.4.0 release --- README.md | 11 +++++++++++ deployment/VL.PolyTools.nuspec | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8c3d00..2867522 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,17 @@ https://github.com/gradientspace/geometry3Sharp # Version History +V1.4.0 +* !Breaking Change! Fixed error in the Polygon2DPlus Join method that takes 3D polygon points and a normal +* !Breaking Change! Renamed 'LineSegmentIntersectsBox' to just 'LineIntersectsBox' to make consistent with similar functions +* Added new function LineIntersectsRectangle and helppatch. +* Fixed bug TransformsOnLine where it didn't normalise internal direction vector +* Fixed Bug PolyTubeMesh where it would reverse the direction of 2D data but not 3D data. +* Improved debug out data on PolyTubeMesh +* Added new function and helppatch 'find if points are on a line' +* Added new function and helppatch 'Interpolate points in a triangle' +* Added new function and helppatch 'Calculate normal of a line segment 2d' + V1.3.0 * !Breaking Changes! Re-categorisation of some nodes into new Line category. Some line related functions may have red nodes. Double click on them, clear their existing associations in the bottom right and search again for the name and you should find the same nodes. * !Breaking Change! All polytubes need their input 'Polygon2DPlus' types to have heightmode=1 (Y=height). This is now consistent, was 0 on some old helppatches. diff --git a/deployment/VL.PolyTools.nuspec b/deployment/VL.PolyTools.nuspec index 4afec36..f0c95af 100644 --- a/deployment/VL.PolyTools.nuspec +++ b/deployment/VL.PolyTools.nuspec @@ -2,7 +2,7 @@ VL.PolyTools - 1.3.0 + 1.4.0 VL.PolyTools TobyKLight TobyKLight