Skip to content

v2.6.0

Compare
Choose a tag to compare
@axelpale axelpale released this 05 Oct 17:08
· 371 commits to main since this release
5f7837e

Bug fixes:

  • correct z-axis behaviour under scaling; make it scale uniformly with x and y. Geometry affected by the bug: plane3, helm3, point3, vec3
  • plane3.translateTo preserves z when dz not specified
  • remodel dir2 as unit vector instead of a number

New features:

  • dir2 functions .almostEqual, .fromVector, .toPolar, .toVector
  • dir3 geometry with various functions
  • dist3 geometry with various functions
  • angle geometry helper functions
  • alias point3.translate = point3.translateBy
  • alias plane3.transform = plane3.transformBy

Other changes:

  • added See also section to readme.
  • small corrections and improvements to docs
  • switch deprecated test reporter module
  • upgrade dev dependencies