@ue-too/math 0.12.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -208,8 +208,8 @@ const currentPos = PointCal.linearInterpolation(start, end, progress);
208
208
  ## API Reference
209
209
 
210
210
  For complete API documentation with detailed examples, see:
211
- - [Full TypeDoc Documentation](../../docs/math) (generated from source)
212
- - [Source Code](./src/index.ts) with inline JSDoc comments
211
+ - [Full TypeDoc Documentation](/math/) (generated from source)
212
+ - [Source Code](https://github.com/ue-too/ue-too/blob/main/packages/math/src/index.ts) with inline JSDoc comments
213
213
 
214
214
  ## TypeScript Support
215
215
 
@@ -245,13 +245,13 @@ const unit = PointCal.divideVectorByScalar(vector, mag);
245
245
 
246
246
  ## Related Packages
247
247
 
248
- - [`@ue-too/board`](../board) - Canvas viewport management with pan, zoom, rotate
249
- - [`@ue-too/animate`](../animate) - Animation system using these math utilities
250
- - [`@ue-too/dynamics`](../dynamics) - Physics engine built on these operations
248
+ - `@ue-too/board` - Canvas viewport management with pan, zoom, rotate
249
+ - `@ue-too/animate` - Animation system using these math utilities
250
+ - `@ue-too/dynamics` - Physics engine built on these operations
251
251
 
252
252
  ## License
253
253
 
254
- MIT License - see [LICENSE.txt](../../LICENSE.txt) for details.
254
+ MIT License - see [LICENSE.txt](https://github.com/ue-too/ue-too/blob/main/LICENSE.txt) for details.
255
255
 
256
256
  ## Contributing
257
257
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ue-too/math",
3
3
  "author": "niuee",
4
4
  "type": "module",
5
- "version": "0.12.0",
5
+ "version": "0.13.0",
6
6
  "description": "Math utilities for uē-tôo",
7
7
  "license": "MIT",
8
8
  "repository": {