Skip to content

v2.11.0

Compare
Choose a tag to compare
@axelpale axelpale released this 21 Feb 20:58
· 175 commits to main since this release
02acef9

New features:

  • new geometry: scalar1, scalar2, scalar3
  • new functions for orient2: almostEqual
  • new functions for box2: atBox, resizeBy, resizeTo, translateBy, rotateBy, getBasisInverse
  • new functions for box3: atBox, resizeBy, resizeTo, translateBy, rotateBy
  • new functions for plane3: projectToDepth, projectToScale
  • upgrade box3.projectToPlane to do perspective projection
  • upgrade vec3.projectToPlane to do perspective projection

Other changes:

  • better box2 and box3 documentation
  • reveal orient2 documentation
  • hide aliases: vector2 and vector3
  • new test utility: almostEqualBasis
  • use projectToPlane instead of projectTo alias in examples
  • mark rect2 and rect3 as deprecated