Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.18 KB

Curves interpolations library

Unity Library contains spline and Bézier functions for creating a smooth 3d curves inspired by three.js

Image

CurveInterpolations

Static utility class providing methods for working with curves

Implemented classes

CubicBezierCurve - Contains a smooth 3d cubic bezier curve, defined by a start point, endpoint and two control points.

SplineCurve - Contains a smooth 3d spline curve from a series of points using the Catmull-Rom algorithm.

CubicBezierCurvePath - Contains a smooth 3d cubic bezier curves from a series of points. Control points calculate previos and next points