Skip to content

Vectorized implementation of the non-uniform rational B-spline (St. Petersburg Polytechnic State University)

Notifications You must be signed in to change notification settings

zhenyatos/nurbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive non-uniform rational B-spline (NURBS)

Requirements

Launch

  • from root:

$ python -m nurbs

Description

This project was dedicated to create fast and interactive NURBS (which stands for non-uniform rational B-spline) visualization. User can add/remove control points, move them and change spline degree. If there is enough control points (> degree) - correspondant NURBS will be created. Examples:

1. Degree = 2, 3 control points

image

2. Degree = 6, 10 control points

image

About

Vectorized implementation of the non-uniform rational B-spline (St. Petersburg Polytechnic State University)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages