[go: up one dir, main page]

Skip to content

Simple header files for the evaluation of bezier curves, bspline basis and bspline function. C++

Notifications You must be signed in to change notification settings

feevos/bsplines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Bsplines C++ class A very simple implementation of b-spline basis and b-spline functions for c++. This library was created with the mindeset to be used in scientific applications. The majority of the algorithms, when possible, follows the design from The nurbs book - Piegl & Tiller 2nd edition.

No build is required. You need to copy the folder "bsplines" that contain all the source files, into your local /usr/include/ or copy and use them in your local folder.

Compile with

g++ -std=c++11 filename.cpp -o outfilename -O3

About

Simple header files for the evaluation of bezier curves, bspline basis and bspline function. C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages