Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@bohnacker bohnacker released this 29 Jan 14:45
· 14 commits to master since this release

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]