Skip to content

v2.4.0

Compare
Choose a tag to compare
@axelpale axelpale released this 12 Sep 21:42
· 450 commits to main since this release
6fa6d82

New features:

  • plane3.getNormal
  • vec2 vec3 .divide
  • alias vec2 vec3 .unit .normalize
  • alias vec3 .norm .magnitude
  • alias vec2 vec3 .diff .difference .subtract
  • alias point2 point3 .diff .delta
  • a few images in the API docs
  • linked titles in API docs

Fixed bugs:

  • inverted vec3.difference
  • missing export for vec2.equal

Other changes:

  • improved vector test suites
  • limit travis to main branch