Skip to content

Releases: miyanokomiya/okageo

v3.1.8

16 Sep 01:23
Compare
Choose a tag to compare

[3.1.8] - 2024-09-16

Fixed

  • Fix invalid calculation of getPathPointAtLength that neglected the tail part.

v3.1.7

16 Sep 00:29
Compare
Choose a tag to compare

[3.1.7] - 2024-09-16

Fixed

  • Fix inaccurate calculation of getPathPointAtLength

v3.1.6

28 Feb 00:15
Compare
Choose a tag to compare

[3.1.6] - 2024-02-28

Fixed

  • Fix invalid calculation of getPeriodicBezierInterpolation

v3.1.5

27 Feb 09:34
Compare
Choose a tag to compare

[3.1.5] - 2024-02-27

Fixed

  • Fix invalid calculation of getBezierInterpolation

Added

  • Add getPeriodicBezierInterpolation for interpolating a polyline via periodic bezier curve.

v3.1.4

24 Feb 09:21
Compare
Choose a tag to compare

[3.1.4] - 2024-02-24

Fixed

  • Fix getCrossSegAndBezier3 didn't take care of a segment but a line
  • Add getCrossLineAndBezier3 for line version of getCrossSegAndBezier3

v3.1.3: feat: Add functions for cubic bezier

24 Feb 02:13
Compare
Choose a tag to compare

[3.1.3] - 2024-02-24

Added

  • Add getCrossSegAndBezier3WithT to get extra information of intersections
  • Add divideBezier3 to divide cubic bezier

v3.1.2

22 Feb 05:19
Compare
Choose a tag to compare

[3.1.2] - 2024-02-22

Added

  • Add getCrossSegAndBezier3 to get intersections between a segment and a cubic bezier
  • Add getClosestPointOnBezier3 to get the closest point on a cubic bezier

v3.1.1

18 Nov 03:56
e1995f8
Compare
Choose a tag to compare

[3.1.1] - 2023-11-18

Fixed

  • Remove absolute position effect from optimal bezier interpolation for consistent result

v3.1.0

17 Nov 10:39
fe5500f
Compare
Choose a tag to compare

[3.1.0] - 2023-11-17

Added

  • Optimal bezier interpolation

v3.0.8

18 Feb 01:38
e9c7e6c
Compare
Choose a tag to compare

[3.0.8] - 2023-02-18

Changed

  • Migrate parcel-bundler to parcel2 for demo

Fixed

  • Fix invalid parsing for decimal shorthand: 0.1.2 should be treated as 0.1 0.2