Releases: vanruesc/math-ds
Releases · vanruesc/math-ds
v1.2.1
01 May 12:18
Compare
Sorry, something went wrong.
No results found
Updated Vector2.angle and Vector3.angleTo.
v1.2.0
01 May 12:16
Compare
Sorry, something went wrong.
No results found
Integrated updates from three.
Updated dev dependencies.
Updated the documentation.
v1.1.4
23 Jan 14:45
Compare
Sorry, something went wrong.
No results found
Integrated updates from three.
Updated dev dependencies.
Fixed missing return statements in Vector3.
v1.1.3
04 May 13:44
Compare
Sorry, something went wrong.
No results found
Updated Quaternion.
Updated development dependencies.
v1.1.2
26 Sep 19:20
Compare
Sorry, something went wrong.
No results found
v1.1.1
31 Aug 12:58
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.0.1
29 Jun 20:05
Compare
Sorry, something went wrong.
No results found
Changelog
Frustum
Optimized intersectsBox(Box3).
Quaternion
Optimized slerp(Quaternion).
v1.0.0
29 Jun 14:47
Compare
Sorry, something went wrong.
No results found
API changes
Miscellaneous
Changed the build setup.
Fixed doc signature mismatches.