Skip to content

A light-weight NURBS library in C++ (Written originally for personal use)

Notifications You must be signed in to change notification settings

xuehy/light_NURBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A very small NURBS library

A series of NURBS curve and surface calculation and manipulation tools written in C++

It can be used for

  1. Point compute(from parameters to coordinates).
  2. Point projection(from coordinates to parameters).
  3. NURBS curve and surface fitting, etc.

You can read the examples.

The code may be ugly because it is originally written for personal use.

It depends on OpenCV library and OpenGL as well if you need to run the examples.

About

A light-weight NURBS library in C++ (Written originally for personal use)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages