Skip to content

Hyrtsi/Spline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2d spline

C++ code to compute spline curves of arbitrary dimensions 3D curves or 2D splines anything is possible. The class can be instanciated with any point type (1d (float), 2d, 3d etc.) as long as the appropriate operator overload are implemented.

This class use the efficient blossom algorithm to compute a position on the curve.

(MIT-license)

Buy me a coffeeYou can buy me a coffee o(^◇^)o if you use my code in a commercial project or just want to support.

About

C++ routines to compute spline curves in nD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.9%
  • CMake 6.4%
  • QMake 1.7%