https://github.com/ros2jsguy/threejs-curves
Stand-alone version of three.js Curves library with TypeScript support
https://github.com/ros2jsguy/threejs-curves
javascript spline spline-interpolation threejs trangulation typescript
Last synced: about 2 months ago
JSON representation
Stand-alone version of three.js Curves library with TypeScript support
- Host: GitHub
- URL: https://github.com/ros2jsguy/threejs-curves
- Owner: ros2jsguy
- Created: 2022-08-16T13:36:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T05:31:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T13:39:59.057Z (over 1 year ago)
- Topics: javascript, spline, spline-interpolation, threejs, trangulation, typescript
- Language: JavaScript
- Homepage:
- Size: 517 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stand-alone TypeScript version of three.js curves
This package contains the [three.js (r143) curves](https://threejs.org/docs/#api/en/extras/core/Curve) with TypeScript declaration files and integrated TSdoc.
* Curve
* CurvePath
* Path
* Shape
* ShapePath
* ArcCurve
* CatmullRomCurve3
* CubicBezierCurve
* CubicBezierCurve3
* EllipseCurve
* LineCurve
* LineCurve3
* QuadraticBezierCurve
* QuadraticBezierCurve3
* SplineCurve
* ShapeUtils
* Earcut
# API Documentation
The classes in TSDoc format are available [here](https://ros2jsguy.github.io/threejs-curves/index.html).