Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (17 loc) · 704 Bytes

File metadata and controls

18 lines (17 loc) · 704 Bytes

[1.1.0] - 2019-05-29

Added

  • CHANGELOG.md
  • Arbitary options to all Pson functions
  • Loop Segments util such as reverse orientation, flatten to points, check loop orientation, etc
  • BoundingBox class
  • Point.cross product
  • Point.length2 no sqrt (for optimization)
  • ArrangeGroup optional comparison by id instead of value
  • Test file
  • PointSegment class for representing segment (of other class) in form of interpolated point array

Changed

  • Added optional ccw flag to arrange group util
  • Pson.packEntities to pack id only if not exists
  • Line.interpolate to return endpoint as pointers instead of copy
  • Line.contains now use a more consistence linear algorithm
  • Pson.write to pack by id