Releases: vanruesc/math-ds
Releases · vanruesc/math-ds
v1.2.1
Updated Vector2.angle
and Vector3.angleTo
.
v1.2.0
- Integrated updates from
three
.
- Updated dev dependencies.
- Updated the documentation.
v1.1.4
- Integrated updates from
three
.
- Updated dev dependencies.
- Fixed missing return statements in
Vector3
.
v1.1.3
- Updated Quaternion.
- Updated development dependencies.
v1.1.1
Integrated updates from three r96:
- Box3
- Reverted
applyMatrix4
optimization.
- Spherical, Cylindrical, Vector3
- Added cartesian conversion methods.
- Ray
- Improved performance of
intersectsSphere
.
v1.1.0
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.1
Changelog
- Frustum
- Optimized
intersectsBox(Box3)
.
- Quaternion
- Optimized
slerp(Quaternion)
.
v1.0.0
-
API changes
-
Miscellaneous
- Changed the build setup.
- Fixed doc signature mismatches.