Skip to content

ACskyline/CurveEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Curve Editor

This project is an assignment of CIS-562 Computer Animation. The project is about different types of curves/splines(Cubic Catmull-Rom Spline), including bezier, hermite and bspline.

Bezier

De Casteljau's algorithm is used. Bezier

Hermite

Given the condition that value, first derivative and second derivative must be equal, a matrix can be constructed and used to compute the control points. Hermite

Bspline

De Boor's algorithm is used. Bspline

About

A curve/spline demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published