Skip to content

Implementation of x-splines according to the article of September 15, 1995. Only two-dimensional mode is implemented.

Notifications You must be signed in to change notification settings

assasinfil/x-spline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x-spline

Реализация x-splines по статье от 15 сентября 1995 года. Реализован только двухмерный режим.

Зависимости

Компиляция

Release

cmake -DCMAKE_BUILD_TYPE=Release .
make

Debug

cmake -DCMAKE_BUILD_TYPE=Debug .
make

Использование

Запуск

./x-spline

Визуализация

python visualiser.py

About

Implementation of x-splines according to the article of September 15, 1995. Only two-dimensional mode is implemented.

Topics

Resources

Stars

Watchers

Forks