/Nurbs-surface-model

Representing curves and surfaces with NURBS model .

Primary LanguageMATLABMIT LicenseMIT

Nurbs-surface-model

Representing curves and surfaces with Non-Uniform Rational B-Spline (NURBS) model. This project was made during an interpolation course, followed at ENSEEIHT, a french engineer school.

All scripts are written in Matlab and comments are in french.

Table of Content

  • Splines uniformes en produit tensoriel
  • NURBS

Splines uniformes en produit tensoriel

The source code of this part is located in the Splines folder. Basically, It creates tensor-product surfaces. We used the subdivision algorithm on closed B-Spline curves. Tensor-product surfaces has the torus topology, which is presented in the following example.

Results

NURBS

The source code of this part is located in the Nurbs curves folder which allows to draw curves. The Nurbs surfaces folder can generate the following 3D results.

Results

Contributors