Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Releases: vanruesc/math-ds

v1.2.1

01 May 12:18
Compare
Choose a tag to compare

Updated Vector2.angle and Vector3.angleTo.

v1.2.0

01 May 12:16
Compare
Choose a tag to compare
  • Integrated updates from three.
  • Updated dev dependencies.
  • Updated the documentation.

v1.1.4

23 Jan 14:45
Compare
Choose a tag to compare
  • Integrated updates from three.
  • Updated dev dependencies.
  • Fixed missing return statements in Vector3.

v1.1.3

04 May 13:44
Compare
Choose a tag to compare
  • Updated Quaternion.
  • Updated development dependencies.

v1.1.2

26 Sep 19:20
Compare
Choose a tag to compare

Integrated updates from three r97:

  • Box3
    • Fixed intersectPlane().

v1.1.1

31 Aug 12:58
Compare
Choose a tag to compare

Integrated updates from three r96:

  • Box3
    • Reverted applyMatrix4 optimization.
  • Spherical, Cylindrical, Vector3
    • Added cartesian conversion methods.
  • Ray
    • Improved performance of intersectsSphere.

v1.1.0

02 Aug 11:45
Compare
Choose a tag to compare

Removed advisory engines field from package.json.

Integrated updates from three r95:

  • Quaternion
    • Added angleTo(Quaternion) convenience method.
    • Added rotateTowards(Quaternion) convenience method.
  • Vector2
    • Added cross(Vector2) method.

v1.0.2

01 Jul 21:08
Compare
Choose a tag to compare

Revised the build setup.

v1.0.1

29 Jun 20:05
Compare
Choose a tag to compare

Changelog

  • Frustum
    • Optimized intersectsBox(Box3).
  • Quaternion
    • Optimized slerp(Quaternion).

v1.0.0

29 Jun 14:47
Compare
Choose a tag to compare
  • API changes

    • Box3.getBoundingSphere()Box3.setFromSphere(Sphere)

    • Sphere.getBoundingBox()Sphere.setFromBox(Box3)

      ↑ Resolves a circular dependency ↑
      
  • Miscellaneous

    • Changed the build setup.
    • Fixed doc signature mismatches.