Skip to content

Releases: bohnacker/Stretch_Transform

Release v0.3.2

25 Feb 07:52
Compare
Choose a tag to compare

Minor changes:

  • removed unused code

Release v0.3.0

24 Feb 13:20
Compare
Choose a tag to compare

Major changes:

  • Removed the possibility to give points as separate x, y, (and z) coordinates. All points must be given and are returned as arrays. Maintaining both ways was getting a bit confusing and I think this way it's also less confusing for the user.

Release v0.2.1

22 Feb 11:27
Compare
Choose a tag to compare

Bug fixes:

  • removed dependencies to p5.js that remained accidently

New:

  • added a simple example

Release v0.2.0

29 Jan 14:45
Compare
Choose a tag to compare

Changes since previous release:

  • StretchTransform now works in 3d space
  • removed weightingMode DIRECTIONAL because it never looked very useful to me
  • changed the way how to provide points/vectors to the functions. Previously x and y were seperate arguments, now every point is given as an array of two or three numbers: [x, y] or [x, y, z]

First release v0.1.0

21 Nov 10:42
Compare
Choose a tag to compare
updated reference