Skip to content

blaybubbles/Curves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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