Skip to content

Commit

Permalink
v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyKLight committed Oct 19, 2023
1 parent 13948c6 commit def2e2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion deployment/VL.PolyTools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.PolyTools</id>
<version>1.3.0</version>
<version>1.4.0</version>
<title>VL.PolyTools</title>
<authors>TobyKLight</authors>
<owners>TobyKLight</owners>
Expand Down

0 comments on commit def2e2f

Please sign in to comment.