Graygzou / Nurbs-surface-model

Representing curves and surfaces with NURBS model .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Representing curves and surfaces with NURBS model .

License:MIT License


Languages

Language:MATLAB 100.0%