@ue-too/math 0.11.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.
- package/README.md +6 -6
- 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](
|
|
212
|
-
- [Source Code](
|
|
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
|
-
-
|
|
249
|
-
-
|
|
250
|
-
-
|
|
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](
|
|
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
|
|