Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 509 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 509 Bytes

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.