blaybubbles / Curves

Curves interpolations library for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Curves interpolations library for Unity


Languages

Language:C# 100.0%