Skip to content

v2.2.0 Minor Release

Compare
Choose a tag to compare
@SoloByte SoloByte released this 04 Oct 07:02
· 141 commits to main since this release

This is a small but very important update. Some small mistakes made their way into the Segment Overlap functions which made them give false results. I fixed this and by testing all shapes again I also found a typo in the Quad ContainsPoint function which led to false results in the Quad OverlapFunctions as well.

  • Segment Overlap functions fixed.
  • Quad ContainsPoint function fixed. (typo was the problem)
  • Polyline improvements / clean up.
  • RangeFloat and RangeInt deprecated. Both classes are still available but will be removed in a future update
  • ValueRange and ValueRangeInt readonly structs implemented to replace RangeFloat and RangeInt classes. They do basically the same but they are readonly structs now.

Full Changelog: v2.1.1...v2.2.0