Skip to content

guneyozsan/BezierCurvesForUnity3dAndDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Bezier Curves for Unity 3D and .NET

Bezier curves in polynomial, explicit, recursive and general forms, and their derivatives in C# for Unity 3D and .NET.

Provides individual methods for Linear, Cubic, and Quadratic curves and a recursive method for higher degrees.

License

MIT license. Copyright (c) 2018 Guney Ozsan. For details see the source code or the license file.