An open API service indexing awesome lists of open source software.

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

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).